Problem loading templates from overridden 'datadir'
When specifying "datadir", Tux Paint's "New" dialog was able to present templates found in that directory, but would attempt to load from whatever the user's "savedir" was, instead. h/t Giancarlo Orru for reporting the bug.
This commit is contained in:
parent
955c39c053
commit
7b6f04ac1d
2 changed files with 11 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ Copyright (c) 2002-2023
|
|||
Various contributors (see below, and AUTHORS.txt)
|
||||
https://tuxpaint.org/
|
||||
|
||||
2023.May.25 (0.9.31)
|
||||
2023.May.27 (0.9.31)
|
||||
* New Magic Tools:
|
||||
----------------
|
||||
* Loops - Draw loop-the-loops.
|
||||
|
|
@ -57,6 +57,13 @@ https://tuxpaint.org/
|
|||
for Undo/Redo.
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
* When specifying "datadir", Tux Paint's "New" dialog
|
||||
was able to present templates found in that directory,
|
||||
but would attempt to load from whatever the user's
|
||||
"savedir" was, instead.
|
||||
h/t Giancarlo Orru for reporting the bug.
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
* Localization Updates:
|
||||
---------------------
|
||||
* Russian translaton
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue