After Ctrl+click pipette, color selector showed old color

Was redrawing color toolbar _before_ changing the chosen color
to be the pipette tool.

Reproducing the bug - Select a built-in color, Ctrl+click in the canvas,
observe built-in color still appears chosen [the bug], paint with e.g.,
paint brush, observe it's using the correct, pipette-selected color,
not the one that appears chosen [this is correct].
This commit is contained in:
Bill Kendrick 2023-05-03 10:11:56 -07:00
parent 173ab9203a
commit de7b8dd51b
2 changed files with 7 additions and 2 deletions

View file

@ -133,6 +133,10 @@ https://tuxpaint.org/
* Don't try to load a blank-named template during slideshow playback.
Bill Kendrick <bill@newbreedsoftware.com>
* Color palette would still show previously-selected color as active
when returning from the temporary color pipette ([Ctrl] + click).
Bill Kendrick <bill@newbreedsoftware.com>
* Ports & Building:
-----------------
* Created "src/indent.sh", to run 'indent' against source files.