mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 06:51:26 +03:00
Don't force a redraw after adding the toolbar, because we (currently) only add it immediately at window creation.
This commit is contained in:
parent
56d5e6963a
commit
4e4bc9c135
@ -2506,9 +2506,6 @@ void ami_gui_hotlist_toolbar_add(struct gui_window_2 *gwin)
|
||||
|
||||
RethinkLayout((struct Gadget *)gwin->objects[GID_MAIN],
|
||||
gwin->win, NULL, TRUE);
|
||||
|
||||
gwin->redraw_required = true;
|
||||
gwin->bw->reformat_pending = true;
|
||||
}
|
||||
|
||||
void ami_toggletabbar(struct gui_window_2 *gwin, bool show)
|
||||
|
Loading…
Reference in New Issue
Block a user