[Scummvm-cvs-logs] SF.net SVN: scummvm:[47526] scummvm/trunk/engines/sci/graphics/menu.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sun Jan 24 22:24:25 CET 2010


Revision: 47526
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47526&view=rev
Author:   m_kiewitz
Date:     2010-01-24 21:24:07 +0000 (Sun, 24 Jan 2010)

Log Message:
-----------
SCI: removed oldMenuId check for BitsShow in menu (was done for keyboard interaction) - using mouse its possible to leave the menu which would now result in inverted menu topic not displayed - fixed

Modified Paths:
--------------
    scummvm/trunk/engines/sci/graphics/menu.cpp

Modified: scummvm/trunk/engines/sci/graphics/menu.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/menu.cpp	2010-01-24 21:11:26 UTC (rev 47525)
+++ scummvm/trunk/engines/sci/graphics/menu.cpp	2010-01-24 21:24:07 UTC (rev 47526)
@@ -505,8 +505,7 @@
 
 		listIterator++;
 	}
-	if (oldMenuId != 0)
-		_gfx->BitsShow(_gfx->_menuBarRect);
+	_gfx->BitsShow(_gfx->_menuBarRect);
 
 	_menuRect.bottom = _menuRect.top + 2;
 	listItemIterator = _itemList.begin();


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