| Summary: | lines of text disappear on re-opening a file | ||
|---|---|---|---|
| Product: | [Applications] umbrello | Reporter: | Jonathan Riddell <jr> |
| Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jonathan Riddell
2003-02-18 21:54:13 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.
*** Bug has been marked as fixed ***. |