After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 157016 - Font size for UML "normal" attributes not loaded correctly
Font size for UML "normal" attributes not loaded correctly
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: objects
0.94
Other Linux
: Normal normal
: 0.95
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2004-11-01 09:21 UTC by Oskar Berggren
Modified: 2005-10-08 20:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Oskar Berggren 2004-11-01 09:21:36 UTC
New document.
Create a UML class.
Open the properties dialog, change fontsize for "normal" attributes to
  something other than 0.80.
Save the file.                (look at test file, the new value has been saved)
Close the file, and reload it.
Font size for "normal" for the class has been reset to 0.80.

So it seems that while the changed font size is written to disk, it isn't
used when the file is reopened.

Seeing this in 0.94. Haven't tested anything else.
Comment 1 Lars Clausen 2004-11-02 21:26:24 UTC
Found it, the class object simply did not load the font info that it saved. 
Grrr.  Fixed in CVS.  Still strange color issues, but that's a different bug.
Comment 2 Hans Breuer 2004-11-27 01:21:23 UTC
Reflect state:

2004-11-02  Lars Clausen  <lars@raeder.dk>

	* objects/UML/class.c (umlclass_load): Actually load the saved
	fonts and font sizes. Fixes bug #157016

Comment 3 Hans Breuer 2005-10-08 20:07:34 UTC
Adjusting target to help finding 0.94 dups already fixed