changeset 159:65f8b83493d8

When dragging an item while changing the map, the mouse cursor will now not reset.
author KarstenBock@gmx.net
date Fri, 07 Oct 2011 14:52:09 +0200
parents 9ba129380af8
children ca699b402790
files src/parpg/gamescenecontroller.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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):