GNOME Bugzilla – Bug 351175
brush size limited to 256 when enlarging with an input controller
Last modified: 2006-08-14 12:45:53 UTC
While the gui allows me to set the brush size of a parametric brush to very large values, when using a linux input device (input controller) bound to context-brush-radius-increase, it stops at a size of 256px. I think such limitation is artificial and probably something overlooked.
Different limits were in effect. I tried to find them all and changed the maximum size to 4000 pixels: 2006-08-14 Sven Neumann <sven@gimp.org> * app/actions/context-commands.c (context_brush_radius_cmd_callback) (context_actions_update) * app/core/gimpbrushgenerated.c (gimp_brush_generated_class_init): set upper brush size limit to 4000 pixels. Fixes bug #351175.