Fixed tool scrolling crash bug (thanks Kevin & John!).

Made shape tool default to a reasonable sized shape if user doesn't drag.
This commit is contained in:
William Kendrick 2004-01-14 09:08:48 +00:00
parent d60cb8dd11
commit 288fb91421
3 changed files with 34 additions and 3 deletions

View file

@ -9,6 +9,14 @@ http://www.newbreedsoftware.com/tuxpaint/
2004.Jan.14 (0.9.14) [cvs]
* Made sure KDE icon directories exist before trying to copy files to them.
* Fixed crash bug when switching from different tools with scrolling
collections, and then scrolling.
Thanks to Kevin Jarrett for the report, and John Popplewell for a
replicable way of crashing it.
* Made sure shape tool never made a tiny shape.
(Should hint users that they should click-and-drag.)
* Updated/corrected Tamil translation
Mugunth <mugunth@thamizha.com>

View file

@ -34,6 +34,8 @@ HIGH-PRIORITY IMPLEMENTATION CHANGES:
LOW-PRIORITY IMPLEMENTATION CHANGES:
------------------------------------
* Allow keyboard buttons to alter shapes (+/- for size, e.g.)
* Fix and use scanline fill for filled shapes.
* Fix "update_shape()" function and use it to replace SDL_Flip()'s