[Uml-devel] KDE_3_3_BRANCH: kdesdk/umbrello/umbrello
Jonathan Riddell
jri at jriddell.org
Mon Sep 20 10:22:00 UTC 2004
CVS commit by jriddell:
Backport of fix for beatie 89579 commited a minute ago
M +2 -0 umlview.cpp 1.166.2.2
--- kdesdk/umbrello/umbrello/umlview.cpp #1.166.2.1:1.166.2.2
@@ -1041,4 +1041,6 @@ void UMLView::deleteSelection()
((FloatingText *)temp) -> getRole() != tr_Floating )
{
+ m_SelectedList.remove(); // remove advances the iterator to the next position,
+ m_SelectedList.prev(); // let's allow for statement do the advancing
temp -> hide();
} else {
More information about the umbrello-devel
mailing list