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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Oct 8 23:23:53 CEST 2006


Revision: 24238
          http://svn.sourceforge.net/scummvm/?rev=24238&view=rev
Author:   lordhoto
Date:     2006-10-08 14:23:48 -0700 (Sun, 08 Oct 2006)

Log Message:
-----------
Oops...

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

Modified: scummvm/trunk/gui/ThemeClassic.cpp
===================================================================
--- scummvm/trunk/gui/ThemeClassic.cpp	2006-10-08 21:15:38 UTC (rev 24237)
+++ scummvm/trunk/gui/ThemeClassic.cpp	2006-10-08 21:23:48 UTC (rev 24238)
@@ -489,7 +489,7 @@
 #ifdef CT_NO_TRANSPARENCY
 	_screen.fillRect(r, _bgcolor);
 #else
-	if (_dialog && !_enableBlending) {
+	if (_dialog) {
 		if (!_dialog->screen.pixels) {
 			_screen.fillRect(r, _bgcolor);
 			return;


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