Mend drop-shadows on prompts

...they were not rendering the way we were doing it in the sdl2.0
branch.
This commit is contained in:
Bill Kendrick 2022-09-05 00:04:52 -07:00
parent 53c1c5e995
commit 270f5353e0
2 changed files with 13 additions and 13 deletions

View file

@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
http://www.tuxpaint.org/
2022.September.4 (0.9.29)
2022.September.5 (0.9.29)
* Improvements to "Stamp" tool:
-----------------------------
* WIP - Stamps may now be rotated.
@ -23,6 +23,9 @@ http://www.tuxpaint.org/
which seemed to work fine under SDL1.2, but does not under SDL2.)
Closes https://sourceforge.net/p/tuxpaint/bugs/259/
* Mended issue that prevented pop-up prompt's drop-shadows
from rendering (under SDL2).
* Opening and immediately dismissing Color Mixer could cause
an unexpected color to be chosen.
h/t @kentonyanamin on Twitter for reporting.