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:
Michael Natterer 2000-06-14 14:22:45 +00:00 committed by Michael Natterer
parent 1a2cfc0ff8
commit 79f5525669

View file

@ -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> 2000-06-14 Michael Natterer <mitch@gimp.org>
* Makefile.am * Makefile.am