mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-25 07:49:38 +03:00
Activate the find window's string gadget on open
This commit is contained in:
parent
5f66864c3a
commit
c4e8651b27
@ -174,6 +174,9 @@ void ami_search_open(struct gui_window *gwin)
|
||||
fwin->node = AddObject(window_list,AMINS_FINDWINDOW);
|
||||
fwin->node->objstruct = fwin;
|
||||
gwin->shared->searchwin = fwin;
|
||||
|
||||
ActivateLayoutGadget((struct Gadget *)fwin->objects[GID_MAIN], fwin->win,
|
||||
NULL, fwin->objects[GID_SEARCHSTRING]);
|
||||
}
|
||||
|
||||
void ami_search_close(void)
|
||||
|
Loading…
Reference in New Issue
Block a user