[Scummvm-cvs-logs] SF.net SVN: scummvm:[45078] scummvm/trunk/engines/sci/engine/kgraphics.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Oct 14 15:28:36 CEST 2009


Revision: 45078
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45078&view=rev
Author:   thebluegr
Date:     2009-10-14 13:28:36 +0000 (Wed, 14 Oct 2009)

Log Message:
-----------
Fixed kMoveCursor(). Now the cursor will be moved to the correct spot when pressing tab in dialogs

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kgraphics.cpp

Modified: scummvm/trunk/engines/sci/engine/kgraphics.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kgraphics.cpp	2009-10-14 13:23:37 UTC (rev 45077)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp	2009-10-14 13:28:36 UTC (rev 45078)
@@ -184,7 +184,7 @@
 	if (argc == 2) {
 		pos.y = argv[1].toSint16();
 		pos.x = argv[0].toSint16();
-		s->_gui->moveCursor(pos);
+		s->_gui->setCursorPos(pos);
 	}
 	return s->r_acc;
 }


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