[Uml-devel] branches/work/soc-umbrello/umbrello

Ralf Habacker ralf.habacker at gmail.com
Thu Aug 23 21:07:58 UTC 2012


SVN commit 1312723 by habacker:

Disable undo commands which depends on disabled UMLWidgetController.

 M  +1 -1      CMakeLists.txt  
 M  +4 -3      controller/umlwidgetcontroller.h  


--- branches/work/soc-umbrello/umbrello/CMakeLists.txt #1312722:1312723
@@ -339,7 +339,7 @@
     cmds/cmd_createDiagram.cpp
     cmds/cmd_handleRename.cpp
     #cmds/cmd_moveWidget.cpp
-    cmds/cmd_resizeWidget.cpp
+    #cmds/cmd_resizeWidget.cpp
     cmds/cmd_setStereotype.cpp
     cmds/cmd_setVisibility.cpp
 
--- branches/work/soc-umbrello/umbrello/controller/umlwidgetcontroller.h #1312722:1312723
@@ -11,12 +11,13 @@
 #ifndef UMLWIDGETCONTROLLER_H
 #define UMLWIDGETCONTROLLER_H
 
+// app includes
+#include "umlwidgetlist.h"
+#include "umlscene.h"
+
 // qt includes
 #include <QtCore/QDateTime>
 
-// app includes
-#include "umlwidgetlist.h"
-
 class QCursor;
 class QPointF;
 




More information about the umbrello-devel mailing list