[Scummvm-cvs-logs] SF.net SVN: scummvm: [25265] residual/trunk/textobject.cpp

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Mon Jan 29 21:58:58 CET 2007


Revision: 25265
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25265&view=rev
Author:   aquadran
Date:     2007-01-29 12:58:57 -0800 (Mon, 29 Jan 2007)

Log Message:
-----------
fixed offset in this case too

Modified Paths:
--------------
    residual/trunk/textobject.cpp

Modified: residual/trunk/textobject.cpp
===================================================================
--- residual/trunk/textobject.cpp	2007-01-29 20:39:18 UTC (rev 25264)
+++ residual/trunk/textobject.cpp	2007-01-29 20:58:57 UTC (rev 25265)
@@ -208,7 +208,7 @@
 		int y;
 
 		if (_height != 0)
-			y = _y - (_font->getHeight() / 2);
+			y = _y + 5;
 		else
 			y = _y + 5;
 		if (y < 0)


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