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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Jan 2 02:36:38 CET 2009


Revision: 35665
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35665&view=rev
Author:   fingolfin
Date:     2009-01-02 01:36:38 +0000 (Fri, 02 Jan 2009)

Log Message:
-----------
GUI: Redraw screen ASAP if the theme was changed

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

Modified: scummvm/trunk/gui/newgui.cpp
===================================================================
--- scummvm/trunk/gui/newgui.cpp	2009-01-02 01:34:53 UTC (rev 35664)
+++ scummvm/trunk/gui/newgui.cpp	2009-01-02 01:36:38 UTC (rev 35665)
@@ -124,8 +124,8 @@
 	// some other event may cause a widget to be
 	// redrawn before redraw() has been called.
 	_redrawStatus = kRedrawFull;
-//	redraw();
-//	_system->updateScreen();
+	redraw();
+	_system->updateScreen();
 
 	return true;
 }


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