Redraw the favicon if the window is resized.

This commit is contained in:
Chris Young 2014-05-25 15:07:40 +01:00
parent 224f56934f
commit 4a9e1edbde

View File

@ -2245,6 +2245,7 @@ void ami_handle_msg(void)
} while(tab=ntab);
}
refresh_favicon = TRUE;
gwin->bw->reformat_pending = true;
ami_schedule_redraw(gwin, true);
break;