After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 351175 - brush size limited to 256 when enlarging with an input controller
brush size limited to 256 when enlarging with an input controller
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
git master
Other All
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-08-13 17:27 UTC by Jakub Steiner
Modified: 2006-08-14 12:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Jakub Steiner 2006-08-13 17:27:31 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.
Comment 1 Sven Neumann 2006-08-14 12:45:53 UTC
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.