Bug 96964 - Image export lacks note text
Summary: Image export lacks note text
Status: RESOLVED NOT A BUG
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-14 01:52 UTC by Mike Fox
Modified: 2005-01-14 18:56 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Fox 2005-01-14 01:52:37 UTC
Version:            (using KDE KDE 3.3.0)
Installed from:    Compiled From Sources
Compiler:          gcc x86_64 3.3.4 
OS:                Linux

In sequence diagram, and perhaps others when you export the diagram to image file the text in "Notes" does not show up the "Notes" box does but it is empty.
Comment 1 Oliver Kellogg 2005-01-14 14:37:51 UTC
Fixed in cvs (removed embedded note editor.)

BTW, unfortunately the tabbed diagram configuration is broken in 1.4-beta2 (fix will be commiteed to head later today.)
Please disable tabbed diagrams when using the beta2 release.
Comment 2 Oliver Kellogg 2005-01-14 14:41:17 UTC
> Please disable tabbed diagrams when using the beta2 release.

Oops, sorry, I mean beta1. (beta2 isn't even out yet)
Comment 3 Oliver Kellogg 2005-01-14 18:56:25 UTC
CVS commit by okellogg: 

loadFromXMI(): Call changeCurrentView() also in the tabbed-diagram config.
CCBUG:96964


  M +1 -1      umldoc.cpp   1.232


--- kdesdk/umbrello/umbrello/umldoc.cpp  #1.231:1.232
@@ -2168,9 +2168,9 @@ bool UMLDoc::loadFromXMI( QIODevice & fi
                 viewToBeSet = findView( m_nViewID );
         if (viewToBeSet) {
+                changeCurrentView( m_nViewID );
                 Settings::OptionState optionState = UMLApp::app()->getOptionState();
                 if (optionState.generalState.tabdiagrams) {
                         UMLApp::app()->tabWidget()->showPage(viewToBeSet);
                 } else {
-                        changeCurrentView( m_nViewID );
                         // Make sure we have a treeview item for each diagram.
                         // It may happen that we are missing them after switching off