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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Apr 18 12:53:05 CEST 2006


Revision: 22015
Author:   lordhoto
Date:     2006-04-18 12:52:12 -0700 (Tue, 18 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22015&view=rev

Log Message:
-----------
Restores background before drawing a popupwidget.

Modified Paths:
--------------
    scummvm/trunk/gui/ThemeNew.cpp
Modified: scummvm/trunk/gui/ThemeNew.cpp
===================================================================
--- scummvm/trunk/gui/ThemeNew.cpp	2006-04-18 19:04:15 UTC (rev 22014)
+++ scummvm/trunk/gui/ThemeNew.cpp	2006-04-18 19:52:12 UTC (rev 22015)
@@ -628,6 +628,7 @@
 		return;
 
 	Common::Rect r2 = shadowRect(r, kShadowSmall);
+	restoreBackground(r2);
 
 	OverlayColor start = _colors[kPopUpWidgetStart], end = _colors[kPopUpWidgetEnd];
 	if (state == kStateHighlight) {


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