mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-12 22:09:19 +03:00
Avoid corruption of bottom window border after resize
svn path=/trunk/netsurf/; revision=10140
This commit is contained in:
parent
033b5d815a
commit
dd5370ef83
@ -535,6 +535,7 @@ void gui_init(int argc, char** argv)
|
||||
{
|
||||
throbber_width = throbber_bmh->bmh_Width / throbber_frames;
|
||||
throbber_height = throbber_bmh->bmh_Height;
|
||||
throbber_bmh->bmh_Masking = mskHasAlpha;
|
||||
|
||||
InitRastPort(&throbber_rp);
|
||||
|
||||
@ -2821,7 +2822,7 @@ ULONG ami_set_border_gadget_balance(struct gui_window_2 *gwin)
|
||||
GA_Width, size1,
|
||||
TAG_DONE);
|
||||
|
||||
RefreshGList((struct Gadget *)gwin->objects[GID_STATUS], gwin->win, NULL, 2);
|
||||
RefreshWindowFrame(gwin->win);
|
||||
}
|
||||
|
||||
ULONG ami_get_border_gadget_balance(struct gui_window_2 *gwin, ULONG *size1, ULONG *size2)
|
||||
|
Loading…
Reference in New Issue
Block a user