mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 08:19:55 +03:00
Activate browser window after search, otherwise it doesn't get IntuiTicks events so
won't scroll to the search term. svn path=/trunk/netsurf/; revision=10552
This commit is contained in:
parent
f55c11dbd6
commit
c2e7c66ea3
@ -234,6 +234,7 @@ BOOL ami_search_event(void)
|
||||
search_step(fwin->gwin->shared->bw->search_context,
|
||||
flags,
|
||||
ami_search_string());
|
||||
ActivateWindow(fwin->gwin->shared->win);
|
||||
break;
|
||||
|
||||
case GID_PREV:
|
||||
@ -246,6 +247,7 @@ BOOL ami_search_event(void)
|
||||
search_step(fwin->gwin->shared->bw->search_context,
|
||||
flags,
|
||||
ami_search_string());
|
||||
ActivateWindow(fwin->gwin->shared->win);
|
||||
break;
|
||||
|
||||
case GID_SEARCHSTRING:
|
||||
|
Loading…
Reference in New Issue
Block a user