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