GNOME Bugzilla – Bug 157016
Font size for UML "normal" attributes not loaded correctly
Last modified: 2005-10-08 20:07:34 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.
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.
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
Adjusting target to help finding 0.94 dups already fixed