Menu

#5 Font editor "losing" changes on exit

closed-fixed
nobody
None
7
2002-08-12
2002-07-29
No

The wxFont editor is doing something seriously weird.
When the size-editor is created, the transient dialog
loses it's title's events (i.e. can't click any buttons
or drag), it also refuses to update the parent object's
property with the new object. This only seems to be
happening in conflictsolver, but that may just be a
complexity or speed issue.

Discussion

  • Mike C. Fletcher

    • summary: Font editor "losing" changes on exit --> Font editor "losing" changes on exit
    • status: open --> closed-fixed
     
  • Mike C. Fletcher

    Logged In: YES
    user_id=34901

    There is now a new font editor (using the font-dialog),
    however, the error was actually in the viewer code, which
    was setting the font's size to 8 in order to make the font
    easily viewable in the view window. Old versions of the
    fontproperty were re-creating the font each time, so they
    weren't affected, but the optimisation to make the fonts
    only re-create on store/restore changed that behaviour.