Only hide find implicitly if invoked by typing, . or /
This commit is contained in:
parent
2ba9b1b65f
commit
586469fa73
1 changed files with 2 additions and 1 deletions
|
@ -2654,7 +2654,8 @@ midori_browser_find_text_focus_out_event_cb (GtkWidget* entry,
|
||||||
GdkEventFocus* event,
|
GdkEventFocus* event,
|
||||||
MidoriBrowser* browser)
|
MidoriBrowser* browser)
|
||||||
{
|
{
|
||||||
_midori_browser_find_done (browser);
|
if (browser->find_typing)
|
||||||
|
_midori_browser_find_done (browser);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue