mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-12-02 19:14:05 +00:00
Merge pull request #128 from husixu1/staged
Fix crash when search in webengine
This commit is contained in:
commit
c65a7f41b9
|
@ -2374,7 +2374,7 @@ void ArticleView::performFindOperation( bool restart, bool backwards, bool check
|
||||||
|
|
||||||
findText( text,
|
findText( text,
|
||||||
f,
|
f,
|
||||||
[ &text, this ]( bool match )
|
[ text, this ]( bool match )
|
||||||
{
|
{
|
||||||
bool setMark = !text.isEmpty() && !match;
|
bool setMark = !text.isEmpty() && !match;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue