# HG changeset patch # User KarstenBock@gmx.net # Date 1317991929 -7200 # Node ID 055a14d72184dde0cbcde50be653a697fd20d222 # Parent a93b38d7e02b93665e0f9ed393f13ff419254143 When dragging an item while changing the map, the mouse cursor will now not reset. diff -r a93b38d7e02b -r 055a14d72184 gamescenecontroller.py --- a/gamescenecontroller.py Fri Oct 07 14:43:42 2011 +0200 +++ b/gamescenecontroller.py Fri Oct 07 14:52:09 2011 +0200 @@ -548,7 +548,6 @@ self.paused = paused if paused: self.scroll_timer.stop() - self.resetMouseCursor() def onCommand(self, command): if(command.getCommandType() == fife.CMD_MOUSE_FOCUS_GAINED):