mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-16 17:22:44 +03:00
Redraw the favicon if the window is resized.
This commit is contained in:
parent
224f56934f
commit
4a9e1edbde
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user