mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
Full-text search: Fix storing of "Match case" checkbox state
This commit is contained in:
parent
4572b2bc77
commit
d6d14f802a
|
@ -167,6 +167,8 @@ FullTextSearchDialog::FullTextSearchDialog( QWidget * parent,
|
||||||
ui.articlesPerDictionary->setMaximum( MaxArticlesPerDictionary );
|
ui.articlesPerDictionary->setMaximum( MaxArticlesPerDictionary );
|
||||||
ui.articlesPerDictionary->setValue( cfg.preferences.fts.maxArticlesPerDictionary );
|
ui.articlesPerDictionary->setValue( cfg.preferences.fts.maxArticlesPerDictionary );
|
||||||
|
|
||||||
|
ui.matchCase->setChecked( cfg.preferences.fts.matchCase );
|
||||||
|
|
||||||
setLimitsUsing();
|
setLimitsUsing();
|
||||||
|
|
||||||
connect( ui.checkBoxDistanceBetweenWords, SIGNAL( stateChanged( int ) ),
|
connect( ui.checkBoxDistanceBetweenWords, SIGNAL( stateChanged( int ) ),
|
||||||
|
|
Loading…
Reference in a new issue