mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
fix: full text search panel status label
This commit is contained in:
parent
587f48c6b3
commit
cf057eae66
|
@ -2104,6 +2104,7 @@ void ArticleView::highlightFTSResults()
|
||||||
}
|
}
|
||||||
|
|
||||||
ftsSearchPanel->show();
|
ftsSearchPanel->show();
|
||||||
|
performFtsFindOperation( true );
|
||||||
}
|
}
|
||||||
|
|
||||||
void ArticleView::setActiveDictIds( const ActiveDictIds & ad )
|
void ArticleView::setActiveDictIds( const ActiveDictIds & ad )
|
||||||
|
|
Loading…
Reference in a new issue