mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Merge pull request #1863 from xiaoyifang/fix/full-search-match-count
fix: full text search panel status label
This commit is contained in:
commit
132552b0a2
|
@ -2097,6 +2097,7 @@ void ArticleView::highlightFTSResults()
|
|||
}
|
||||
|
||||
ftsSearchPanel->show();
|
||||
performFtsFindOperation( true );
|
||||
}
|
||||
|
||||
void ArticleView::setActiveDictIds( const ActiveDictIds & ad )
|
||||
|
|
Loading…
Reference in a new issue