* Faster dialog pop-up animation.

* Mouse accessibility doesn't get 'stuck' in click mode when other
  actions are initiated (e.g., [Esc] or window close button to quit,
  [Ctrl+P] to print, etc.), when Tux Paint loses focus, or when mouse
  goes outside of the window.
This commit is contained in:
William Kendrick 2011-04-15 23:46:21 +00:00
parent ef59ecfe2c
commit 63ed74aff4
2 changed files with 21 additions and 6 deletions

View file

@ -65,6 +65,8 @@ $Id$
* Other Improvements:
-------------------
* Quicker prompt window pop-up animation.
* Tux Paint (in windowed mode) now only centers itself if
no specific positioning has been provided via
the SDL_VIDEO_WINDOW_POS environment variable.