[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Fri Sep 22 06:23:01 UTC 2006
SVN commit 587279 by okellogg:
setCurrentView(): Had to insert kapp->processEvents() because clicking
on different diagrams in the list view was not working properly.
(This is hacky. Perhaps somebody has a better idea?)
M +1 -0 uml.cpp
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/uml.cpp #587278:587279
@@ -1626,6 +1626,7 @@
if (m_viewStack == NULL)
return;
m_viewStack->raiseWidget(view);
+ kapp->processEvents();
if (view) {
slotStatusMsg(view->getName());
}
More information about the umbrello-devel
mailing list