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

Ralf Habacker ralf.habacker at gmail.com
Sun Nov 18 13:36:12 UTC 2012


SVN commit 1325503 by habacker:

Fixed unselecting widgets triggered by pressing on an empty scene area.

 M  +1 -1      toolbarstate.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/toolbarstate.cpp #1325502:1325503
@@ -328,7 +328,7 @@
  */
 void ToolBarState::mousePressEmpty()
 {
-    m_pUMLScene->clearSelection();
+    m_pUMLScene->clearSelected();
 }
 
 /**




More information about the umbrello-devel mailing list