mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24: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,
|
||||
f,
|
||||
[ &text, this ]( bool match )
|
||||
[ text, this ]( bool match )
|
||||
{
|
||||
bool setMark = !text.isEmpty() && !match;
|
||||
|
||||
|
|
Loading…
Reference in a new issue