Fixed json crash and text issue in EditPalettePopup

Importing a non-palette json file no longer crashes the app. Enabled autowrap for a label in EditPalettePopup because some translated text were pushing the boundaries of the dialog window.
This commit is contained in:
OverloadedOrama 2020-06-05 01:40:21 +03:00
parent 802f423067
commit 83916f8913
7 changed files with 1456 additions and 1458 deletions

View file

@ -24,6 +24,7 @@ Igor Santarek (jegor377), rob-a-bolton, Kinwailo
- Fixed alpha blending and lighting/darkening issues when drawing pixels with mirroring.
- Fixed issue where if you moved a frame to the start (move left), it was invisible.
- Fixed a rare issue with Undo/Redo not working while motion drawing and making lines.
- Importing a non-palette json file no longer crashes the app.
<br><br>
## [v0.7] - 2020-05-16