mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-05 18:44:25 +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);
|
} while(tab=ntab);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
refresh_favicon = TRUE;
|
||||||
gwin->bw->reformat_pending = true;
|
gwin->bw->reformat_pending = true;
|
||||||
ami_schedule_redraw(gwin, true);
|
ami_schedule_redraw(gwin, true);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user