Opened 9 years ago
Closed 7 years ago
#42 closed defect (fixed)
User-defined (Xft) fonts are not preserved upon snapshot restart...
Reported by: | Jan Vrany | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | no |
Description
...so when snapshot comes up, *some* fonts falls back to defaults.
See the screenshot.
Attachments (1)
Change History (2)
Changed 9 years ago by
Attachment: | AbstractSettingsApplication::FontSettingsAppl (build@sao)_004.png added |
---|
comment:1 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in 009757f02299/stx.libview
This was due to a fact that all view style cache of SimpleView?? was
reset during restart (as consequence to call to #updateAllStyleCaches.
This commit simplifies the code in #updateAllStyleCaches by simply
making it no-op when called during snapshot restart.