Bug 54822

Summary: lines of text disappear on re-opening a file
Product: [Applications] umbrello Reporter: Jonathan Riddell <jr>
Component: generalAssignee: 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:

Description Jonathan Riddell 2003-02-18 21:54:13 UTC
Version:            (using KDE Devel)

A Line of Text label will be fine when first loading a file but on it's second loading it no longer exists.
Comment 1 Jean-Louis Houberdon 2003-06-11 10:32:27 UTC
Version : cvs
This fixed the bug :

$ diff floatingtext.cpp floatingtext.cpp.new 
33c33
<       setRole( tr_Name );
---
>       setRole( tr_Floating );

It seems to break nothing else and to make loading/saving of text label correct.
Comment 2 Sebastian Stein 2003-06-12 22:23:52 UTC
*** Bug has been marked as fixed ***.