diff clients/editor/scripts/gui/resizablebase.py @ 257:f2195628947b

* Cursor will now respect image shift values when drawing the cursor * Editor now have cursors showing what mode the editor is in
author cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 08 Jun 2009 19:56:54 +0000
parents 51cc05d862f2
children 8b125ec749d7
line wrap: on
line diff
--- a/clients/editor/scripts/gui/resizablebase.py	Mon Jun 08 16:57:39 2009 +0000
+++ b/clients/editor/scripts/gui/resizablebase.py	Mon Jun 08 19:56:54 2009 +0000
@@ -50,7 +50,6 @@
 			titleheight = self.real_widget.getTitleBarHeight()
 
 		cursor = self._engine.getCursor()
-		cursor.set(fife.CURSOR_NATIVE, fife.NC_RESIZENW)
 		
 		left	= event.getX() < 5 and self.resizable_left
 		right	= event.getX() > self.width-5 and self.resizable_right