mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 18:52:39 +03:00
fix missed get dimensions call in amiga frontend
This commit is contained in:
parent
552aab42e1
commit
3114e78ded
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user