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

sev at users.sourceforge.net sev at users.sourceforge.net
Mon Mar 13 18:57:01 CET 2006


Revision: 21269
Author:   sev
Date:     2006-03-13 18:55:54 -0800 (Mon, 13 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21269&view=rev

Log Message:
-----------
Fix logo drawing.

Modified Paths:
--------------
    scummvm/trunk/gui/ThemeNew.cpp
Modified: scummvm/trunk/gui/ThemeNew.cpp
===================================================================
--- scummvm/trunk/gui/ThemeNew.cpp	2006-03-14 02:19:38 UTC (rev 21268)
+++ scummvm/trunk/gui/ThemeNew.cpp	2006-03-14 02:55:54 UTC (rev 21269)
@@ -541,6 +541,7 @@
 
 	if (transparency) {
 		drawSurface(rect, &surface, false, false, 256);
+		addDirtyRect(r);
 		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