Mercurial > parpg-source
changeset 129:055a14d72184
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 | a93b38d7e02b |
children | aea5a9229b4c |
files | gamescenecontroller.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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):