Right-side image on dialogs would be scaled/cut-off even if it was the only one.

Could not print the first time until 'print delay' passed.
This commit is contained in:
William Kendrick 2011-09-23 18:41:09 +00:00
parent 08cdffeccd
commit 2936285797
2 changed files with 13 additions and 5 deletions

View file

@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
2011.July.2 (0.9.22)
2011.September.23 (0.9.22)
* New Tools:
----------
@ -480,6 +480,12 @@ $Id$
* Bug Fixes
---------
* Image on right of dialogs would get scaled/cut-off even if there was
room for them.
* When using 'print delay' option, it would not allow printing the
first time until the delay had passed.
* Fixed error reporting when make_directory() fails.
(Fixes spurious
SF.net Bug #2765872)