mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 16:04:06 +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();
|
||||
performFtsFindOperation( true );
|
||||
}
|
||||
|
||||
void ArticleView::setActiveDictIds( const ActiveDictIds & ad )
|
||||
|
|
Loading…
Reference in a new issue