Summary: | Selected objets are printed out for sequence diagrams | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Anton G. Alvedro <galvedro> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Anton G. Alvedro
2005-03-15 15:07:56 UTC
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); |