Don't force a redraw after adding the toolbar, because we (currently) only add it immediately at window creation.

This commit is contained in:
Chris Young 2012-11-28 19:43:24 +00:00
parent 56d5e6963a
commit 4e4bc9c135
1 changed files with 0 additions and 3 deletions

View File

@ -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)