mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-24 04:32:15 -04:00
Merge pull request #1075 from vinurk/fix/reset-view-findinpage
Don't reset the webview on exiting search-in-page
This commit is contained in:
commit
7f2a0491c6
@ -54,6 +54,7 @@ void FindInPageBar::findClose()
|
|||||||
return;
|
return;
|
||||||
auto page = current->page();
|
auto page = current->page();
|
||||||
page->findText("");
|
page->findText("");
|
||||||
|
current->setFocus();
|
||||||
close();
|
close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user