Mouse scroll wheel now scrolls in Open dialog.

Cursor was disappearing if at far left scrolling up in Open dialog. Fixed.
This commit is contained in:
William Kendrick 2005-11-23 22:25:41 +00:00
parent 6c67a6e8da
commit 980715dea6
2 changed files with 41 additions and 2 deletions

View file

@ -7,7 +7,7 @@ bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
2005.November.20 (0.9.15)
2005.November.23 (0.9.15)
* Speed improvements:
-------------------
@ -170,6 +170,8 @@ http://www.newbreedsoftware.com/tuxpaint/
by pressing the [Alt]+[S] keys. (Note: does not enable sounds if
"nosound" is set in configuration file or via command-line.)
* Scroll wheel can be used to scroll through thumbnails in Open dialog.
* Printing improvements:
----------------------
* Now printing directly via Postscript.
@ -246,6 +248,11 @@ http://www.newbreedsoftware.com/tuxpaint/
* Failed to install default locale fonts. Fixed.
kyjo44 <kyjo44@users.sourceforge.net>
* Scroll wheel motion was being perceived as clicks in Open dialog. Fixed.
* Thumbnail cursor could fall of screen when scrolling in Open dialog.
Fixed.
* Compiling, porting and packaging updates:
-----------------------------------------
* Added support for system and user configuration files on Windows.