mirror of https://github.com/GNOME/gimp.git
app/convolve.c app/dodgeburn.c app/eraser.c app/paint_core.c fixed my tool
2000-06-14 Michael Natterer <mitch@gimp.org> * app/convolve.c * app/dodgeburn.c * app/eraser.c * app/paint_core.c * app/tools.[ch]: fixed my tool toggle braino: the paint_core cannot decide which cursor to show from the state of the modifier keys. Added a boolean "toggled" variable to the Tool structure, set it in the toggleable paint tools and evaluate it in the paint_core.
This commit is contained in:
parent
1a2cfc0ff8
commit
79f5525669
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
2000-06-14 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/convolve.c
|
||||
* app/dodgeburn.c
|
||||
* app/eraser.c
|
||||
* app/paint_core.c
|
||||
* app/tools.[ch]: fixed my tool toggle braino: the paint_core
|
||||
cannot decide which cursor to show from the state of the modifier
|
||||
keys.
|
||||
|
||||
Added a boolean "toggled" variable to the Tool structure,
|
||||
set it in the toggleable paint tools and evaluate it in the
|
||||
paint_core.
|
||||
|
||||
2000-06-14 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* Makefile.am
|
||||
|
|
Loading…
Reference in New Issue