[Scummvm-cvs-logs] SF.net SVN: scummvm:[44660] scummvm/trunk/engines/sci/gui/gui.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Mon Oct 5 14:12:19 CEST 2009


Revision: 44660
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44660&view=rev
Author:   m_kiewitz
Date:     2009-10-05 12:12:18 +0000 (Mon, 05 Oct 2009)

Log Message:
-----------
SCI/newgui: drawControlIcon - updates screen now

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gui/gui.cpp

Modified: scummvm/trunk/engines/sci/gui/gui.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui/gui.cpp	2009-10-05 12:04:39 UTC (rev 44659)
+++ scummvm/trunk/engines/sci/gui/gui.cpp	2009-10-05 12:12:18 UTC (rev 44660)
@@ -286,6 +286,7 @@
 	if (style & 0x20) {
 		_gfx->FrameRect(rect);
 	}
+	_screen->copyToScreen();
 }
 
 void SciGui::graphFillBoxForeground(Common::Rect rect) {


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