[Uml-devel] KDE/kdesdk/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Mon Mar 20 13:05:11 UTC 2006
SVN commit 520789 by okellogg:
apply commit 520788 from branches/KDE/3.5
M +1 -0 ChangeLog
M +3 -0 umbrello/umlview.cpp
--- trunk/KDE/kdesdk/umbrello/ChangeLog #520788:520789
@@ -1,5 +1,6 @@
Version 1.5.3
+* Switch to arrow after object creation (http://bugs.debian.org/353344)
* Bugs/wishes from http://bugs.kde.org:
* Static variables in java code are not marked static (59190)
* Save autosave file to a more obvious place (72019)
--- trunk/KDE/kdesdk/umbrello/umbrello/umlview.cpp #520788:520789
@@ -2164,6 +2164,9 @@
}
}
m_pDoc->setModified();
+ // go back to arrow tool
+ UMLApp::app()->getWorkToolBar()->setDefaultTool();
+ setCursor( KCursor::arrowCursor() );
} else {
KMessageBox::error(0, i18n("Incorrect use of associations."), i18n("Association Error"));
}
More information about the umbrello-devel
mailing list