mapeditor.cpp
branchqt4-port
changeset 19 caba269c3757
parent 18 70c41284cb48
child 20 9ad3d0391be1
     1.1 --- a/mapeditor.cpp	Thu Aug 31 11:55:33 2006 +0000
     1.2 +++ b/mapeditor.cpp	Thu Aug 31 12:51:20 2006 +0000
     1.3 @@ -3711,6 +3711,9 @@
     1.4  		adjustCanvasSize();
     1.5  		canvas()->update();
     1.6  		movingObj=NULL;		
     1.7 +
     1.8 +		// Just make sure, that actions are still ok,e.g. the move branch up/down buttons...
     1.9 +		updateActions();
    1.10  	} else 
    1.11  		// maybe we moved View: set old cursor
    1.12  		setCursor (Qt::ArrowCursor);