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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sun Oct 18 12:39:51 CEST 2009


Revision: 45214
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45214&view=rev
Author:   m_kiewitz
Date:     2009-10-18 10:39:50 +0000 (Sun, 18 Oct 2009)

Log Message:
-----------
SCI/newgui: kDrawStatus now does BitsShow() a little earlier, so rect wont get messed up by oldPort (fixes status bar in qfg1ega, etc.)

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-18 10:39:10 UTC (rev 45213)
+++ scummvm/trunk/engines/sci/gui/gui.cpp	2009-10-18 10:39:50 UTC (rev 45214)
@@ -282,8 +282,8 @@
 	_gfx->PenColor(colorPen);
 	_gfx->MoveTo(0, 1);
 	_gfx->Draw_String(text);
+	_gfx->BitsShow(_gfx->_menuRect);
 	_gfx->SetPort(oldPort);
-	_gfx->BitsShow(_gfx->_menuRect);
 }
 
 void SciGui::drawMenuBar() {


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