[Scummvm-cvs-logs] SF.net SVN: scummvm: [24647] scummvm/trunk/gui/ThemeModern.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Tue Nov 7 20:08:09 CET 2006


Revision: 24647
          http://svn.sourceforge.net/scummvm/?rev=24647&view=rev
Author:   eriktorbjorn
Date:     2006-11-07 11:08:06 -0800 (Tue, 07 Nov 2006)

Log Message:
-----------
The modern theme sets its own cursor, which makes it responsible for restoring
the old one afterwards.

Modified Paths:
--------------
    scummvm/trunk/gui/ThemeModern.cpp

Modified: scummvm/trunk/gui/ThemeModern.cpp
===================================================================
--- scummvm/trunk/gui/ThemeModern.cpp	2006-11-07 01:02:24 UTC (rev 24646)
+++ scummvm/trunk/gui/ThemeModern.cpp	2006-11-07 19:08:06 UTC (rev 24647)
@@ -179,6 +179,7 @@
 void ThemeModern::disable() {
 	_system->hideOverlay();
 	PaletteMan.popCursorPalette();
+	CursorMan.popCursor();
 	_enabled = false;
 }
 


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