diff -r 70c41284cb48 -r caba269c3757 mapeditor.cpp --- a/mapeditor.cpp Thu Aug 31 11:55:33 2006 +0000 +++ b/mapeditor.cpp Thu Aug 31 12:51:20 2006 +0000 @@ -3711,6 +3711,9 @@ adjustCanvasSize(); canvas()->update(); movingObj=NULL; + + // Just make sure, that actions are still ok,e.g. the move branch up/down buttons... + updateActions(); } else // maybe we moved View: set old cursor setCursor (Qt::ArrowCursor);