[Scummvm-cvs-logs] SF.net SVN: scummvm: [23253] scummvm/trunk/gui

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Jun 22 00:30:40 CEST 2006


Revision: 23253
Author:   lordhoto
Date:     2006-06-21 15:30:33 -0700 (Wed, 21 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23253&view=rev

Log Message:
-----------
Reverting here too.

Modified Paths:
--------------
    scummvm/trunk/gui/ThemeClassic.cpp
    scummvm/trunk/gui/ThemeNew.cpp
Modified: scummvm/trunk/gui/ThemeClassic.cpp
===================================================================
--- scummvm/trunk/gui/ThemeClassic.cpp	2006-06-21 22:28:41 UTC (rev 23252)
+++ scummvm/trunk/gui/ThemeClassic.cpp	2006-06-21 22:30:33 UTC (rev 23253)
@@ -166,9 +166,6 @@
 	if (!_initOk)
 		return;
 
-	if (r.top < 0 || r.bottom >= _screen.h)
-		return;
-
 	if (!inverted) {
 		restoreBackground(r);
 		_font->drawString(&_screen, str, r.left, r.top, r.width(), getColor(state), convertAligment(align), deltax, useEllipsis);

Modified: scummvm/trunk/gui/ThemeNew.cpp
===================================================================
--- scummvm/trunk/gui/ThemeNew.cpp	2006-06-21 22:28:41 UTC (rev 23252)
+++ scummvm/trunk/gui/ThemeNew.cpp	2006-06-21 22:30:33 UTC (rev 23253)
@@ -304,9 +304,6 @@
 	if (!_initOk)
 		return;
 
-	if (r.top < 0 || r.bottom >= _screen.h)
-		return;
-
 	Common::Rect r2(r.left, r.top, r.right, r.top+getFontHeight(font));
 	uint32 color;
 


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