Bug 54822 - lines of text disappear on re-opening a file
Summary: lines of text disappear on re-opening a file
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-18 21:54 UTC by Jonathan Riddell
Modified: 2003-06-12 22:23 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 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 ***.