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();
}
/**