Was always using the first brush when drawing shapes.

Now forcing it to always use "round_03.png", since brushes are
sorted alphabetically, and some new brushes appear before round ones!
This commit is contained in:
William Kendrick 2006-09-06 23:09:12 +00:00
parent d08b50e36f
commit ddf4738df2
2 changed files with 12 additions and 4 deletions

View file

@ -9,7 +9,7 @@ http://www.newbreedsoftware.com/tuxpaint/
$Id$
2006.September.5 (0.9.16)
2006.September.6 (0.9.16)
* Interface improvements:
-----------------------
@ -262,6 +262,10 @@ $Id$
(Fixes bug #1527884)
James Le Cuirot
* Was always using the first brush when drawing shapes.
Now forcing it to always use "round_03.png", since brushes are
sorted alphabetically, and some new brushes appear before round ones!
2005.November.26 (0.9.15b)