View Issue Details

IDProjectCategoryView StatusLast Update
0006801ScribusUser Interfacepublic2008-03-21 18:22
Reporterchristoph_s Assigned Tosubik  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformx86OSLinuxOS VersionSUSE 10.3
Product Version1.3.5svn 
Fixed in Version1.3.5svn 
Summary0006801: Font preview doesn't remember its display settings between sessions
DescriptionIf I change the display settings for the Font Preview (eg. top-down in the list of font names), this setting isn't remembered. If I close and re-open, Scribus shows the previous order.
TagsNo tags attached.
Patch

Activities

subik

2008-03-21 12:35

manager   ~0019248

sort order is remembered now. Is there anything else missing?
The following prefs are stored:

    prefs->set("sortColumn", fontList->horizontalHeader()->sortIndicatorSection());
    prefs->set("sortColumnOrder", fontList->horizontalHeader()->sortIndicatorOrder());
    prefs->set("xsize", width()); // dialog size
    prefs->set("ysize", height()); // dialog size
    prefs->set("fontSize", sizeSpin->value());
    prefs->set("phrase", displayEdit->text());

christoph_s

2008-03-21 18:22

administrator   ~0019249

Tested, fixed. Thanks.

Issue History

Date Modified Username Field Change
2008-02-25 19:45 christoph_s New Issue
2008-02-25 19:45 christoph_s Status new => assigned
2008-02-25 19:45 christoph_s Assigned To => fschmid
2008-02-25 19:56 cbradney Assigned To fschmid => subik
2008-02-25 20:19 jghali Target Version 1.3.5 =>
2008-03-21 12:35 subik Note Added: 0019248
2008-03-21 18:22 christoph_s Status assigned => resolved
2008-03-21 18:22 christoph_s Fixed in Version => 1.3.5svn
2008-03-21 18:22 christoph_s Resolution open => fixed
2008-03-21 18:22 christoph_s Status resolved => closed
2008-03-21 18:22 christoph_s Note Added: 0019249