GNOME Bugzilla – Bug 493030
Keyboard shortcut: Reset Brush Scale
Last modified: 2008-10-30 20:03:22 UTC
On the Keyboard Shortcuts dialog, there doesn't appear to be any command for resetting the brush scalar to the default value (1.00). There are commands available for setting maximum (10.0) and minimum (0.01) scalars, but what about 1.00 ? Other information:
Good point, we might want to add a reset action for GIMP 2.6.
Fixed in trunk, rev 25874: 2008-05-31 Martin Nordholts <martinn@svn.gnome.org> Add keyboard shortcut support for reseting to default value of e.g. brush scale. Fixes bug #493030. * app/actions/actions.[ch]: Make action_select_value() take a default-parameter and add support for it. Also use default_value from gint and gdouble param specs. * app/actions/actions-types.h: Added GIMP_ACTION_SELECT_SET_TO_DEFAULT. * app/actions/tools-actions.c: Add _SET_TO_DEFAULT actions. * app/actions/view-commands.c: * app/actions/layers-commands.c: * app/actions/context-commands.c: Pass defaults to action_select_property().
There are lot more default actions missing, for example "context-brush-radius-set-default" (which was the initial point of this bug report).
For me, brush radius isn't a problem (I generally use one or two adjustable brushes in my editing), and there isn't necessarily a 'default' value for brush radius/hardness/etc. to be reset to anyway (adjustable brushes can only be compared to their file on disk).
2008-06-02 Sven Neumann <sven@gimp.org> * app/actions/tools-actions.c: added a few more actions to set tool values to default values. Added "backslash" as the default shortcut for "tools-value-2-set-to-default", which is effectively "Reset Brush Scale" (bug #493030).