Palettes now get loaded from the root directory instead of user://

Folders "Brushes", "Palette" and "Palette/Custom" now get created if they don't exist (tested on Windows export).

Also, the palettes don't need the Default palette to work anymore, and Default along with bubblegum16 aren't copied to the Palette folder now.
This commit is contained in:
OverloadedOrama 2019-12-30 20:03:22 +02:00
parent ef879882d6
commit 870cf8940d
10 changed files with 25 additions and 22 deletions

View file

@ -39,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- The UI darkens when exiting the application (Thanks to Calinou)
- The bucket tool's "paint all pixels with the same color" now gets limited to the selection, if there is any.
- If the alpha on the color picker is at 0 and any of the other RGB values change, alpha becomes 1. (Issue #54)
- The Brushes folder now gets created if it doesn't exist (tested on Windows)
### Fixed
- UndoRedo leak (issue #34) (Thanks to qarmin)