GNOME Bugzilla – Bug 385679
actions to adjust brush spacing
Last modified: 2006-12-14 12:14:57 UTC
The following small patch implements actions to adjust brush spacing. It is rather surprising that they were not implemented when the other brush editing actions were.
Created attachment 78331 [details] [review] implement brush spacing adjustment actions.
That's indeed surprising. Setting milestone. If you please could follow the coding style I will commit that patch right away :)
Created attachment 78339 [details] [review] v2 Oops! I'm so hurried today! Fixed.
Heh, you fixed another style glitch I didn't see. I meant that we keep a function's return value on a separate line. Fixed in CVS: 2006-12-14 Michael Natterer <mitch@gimp.org> * app/actions/context-actions.c * app/actions/context-commands.[ch]: applied modified patch from David Gowers which adds brush spacing actions. Fixes bug #385679.