[Uml-devel] [Bug 101550] Selected objets are printed out for sequence diagrams
Oliver Kellogg
okellogg at users.sourceforge.net
Wed Sep 21 14:34:28 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=101550
okellogg users sourceforge net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From okellogg users sourceforge net 2005-09-21 23:33 -------
SVN commit 462716 by okellogg:
exportImage(): Apply Peter Soeten's idea of calling clearSelected(), see
http://sourceforge.net/mailarchive/forum.php?thread_id=8254412&forum_id=472
BUG:101550
M +3 -3 ChangeLog
M +2 -0 umbrello/umlview.cpp
--- branches/KDE/3.5/kdesdk/umbrello/ChangeLog #462715:462716
@ -10,9 +10,9 @
* Bugs fixed / wishes implemented (see http://bugs.kde.org)
57588 57672 58809 66461 67120 67719 72016 79433 87252 88117
- 97162 105564 108223 109591 109636 110073 110216 110231 110379 111088
-111470 111502 111759 111768 112017 112292 112293 112333 112531 112552
-112936 112991 112992
+ 97162 101550 105564 108223 109591 109636 110073 110216 110231 110379
+111088 111470 111502 111759 111768 112017 112292 112293 112333 112531
+112552 112936 112991 112992
Version 1.4.2 (maintenance release)
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umlview.cpp #462715:462716
@ -1500,6 +1500,8 @
if (fileDialog.selectedURL().isEmpty())
return;
+ clearSelected(); // Thanks to Peter Soetens for the idea
+
// save
imageMimetype = fileDialog.currentMimeFilter();
if (app) app->setImageMimetype(imageMimetype);
More information about the umbrello-devel
mailing list