fix missed get dimensions call in amiga frontend

This commit is contained in:
Vincent Sanders 2019-08-02 12:58:50 +01:00
parent 552aab42e1
commit 3114e78ded

View File

@ -2212,7 +2212,7 @@ static void ami_gui_scroller_update(struct gui_window_2 *gwin)
rethinkh = ami_gui_hscroll_remove(gwin);
} else {
if((browser_window_get_extents(gwin->gw->bw, false, &w, &h) == NSERROR_OK)) {
gui_window_get_dimensions(gwin->gw, &ww, &wh, false);
gui_window_get_dimensions(gwin->gw, &ww, &wh);
}
if(vscroll == BW_SCROLLING_NO) {