[Uml-devel] KDE/kdesdk/umbrello/umbrello

Ralf Habacker ralf.habacker at gmail.com
Wed Sep 26 20:53:22 UTC 2012


SVN commit 1317961 by habacker:

Disabled view auto moving for now, which prevents a recursive crash.

 M  +2 -1      toolbarstate.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/toolbarstate.cpp #1317960:1317961
@@ -189,7 +189,7 @@
     } else {
         mouseMoveEmpty();
     }
-
+#if 0
     // scrolls the view
     int vx = ome->scenePos().x();
     int vy = ome->scenePos().y();
@@ -216,6 +216,7 @@
     }
     if (dtl < 30) { uDebug() << "translate LEFT";   view->ensureVisible(vx, vy, -0.1 /*-(30-dtl)*/, 0, 2, 2); }
     if (dtt < 30) { uDebug() << "translate TOP";    view->ensureVisible(vx, vy, 0, -0.1 /*-(30-dtt)*/, 2, 2); }
+#endif
 }
 
 /**




More information about the umbrello-devel mailing list