# HG changeset patch # User KarstenBock@gmx.net # Date 1317991929 -7200 # Node ID 65f8b83493d86a61a6ea1e5e5b5e7f5eb05e0d42 # Parent 9ba129380af80ac7ccd6a16cc618f7f2c366c0f9 When dragging an item while changing the map, the mouse cursor will now not reset. diff -r 9ba129380af8 -r 65f8b83493d8 src/parpg/gamescenecontroller.py --- a/src/parpg/gamescenecontroller.py Fri Oct 07 14:43:42 2011 +0200 +++ b/src/parpg/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):