[Scummvm-cvs-logs] SF.net SVN: scummvm: [23083] scummvm/branches/branch-0-9-0/gui/newgui.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Tue Jun 13 12:03:00 CEST 2006


Revision: 23083
Author:   eriktorbjorn
Date:     2006-06-13 03:02:56 -0700 (Tue, 13 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23083&view=rev

Log Message:
-----------
Disable the theme before restoring the cursor, not afterwards. (Fixes cursor
glitch, at least on slower systems.)

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/gui/newgui.cpp
Modified: scummvm/branches/branch-0-9-0/gui/newgui.cpp
===================================================================
--- scummvm/branches/branch-0-9-0/gui/newgui.cpp	2006-06-13 09:57:16 UTC (rev 23082)
+++ scummvm/branches/branch-0-9-0/gui/newgui.cpp	2006-06-13 10:02:56 UTC (rev 23083)
@@ -285,8 +285,8 @@
 		PaletteMan.popCursorPalette();
 
 	if (didSaveState) {
+		_theme->disable();
 		restoreState();
-		_theme->disable();
 	}
 }
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list