From 5eb7ee97ed641e152c488dab6c33c37d0635e48b Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 3 Jan 2017 00:26:00 +0000 Subject: Basic conversion of cookie manager to core window slightly broken; blank window until resized; scroll bar wrong; no menu --- frontends/amiga/corewindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/corewindow.c') diff --git a/frontends/amiga/corewindow.c b/frontends/amiga/corewindow.c index 38b980a28..e5d289a88 100644 --- a/frontends/amiga/corewindow.c +++ b/frontends/amiga/corewindow.c @@ -627,7 +627,7 @@ ami_cw_update_size(struct core_window *cw, int width, int height) if(ami_cw->objects[GID_CW_VSCROLL]) { ami_cw_toggle_scrollbar(ami_cw, true, true); RefreshSetGadgetAttrs((struct Gadget *)ami_cw->objects[GID_CW_VSCROLL], ami_cw->win, NULL, - SCROLLER_Total, (ULONG)height, + SCROLLER_Total, height, SCROLLER_Visible, win_h, TAG_DONE); } -- cgit v1.2.3