mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Merge pull request #793 from adrian17/develop
Fix map window scrollbars not being initialized properly; fixes #478.
This commit is contained in:
@@ -695,7 +695,7 @@ static void sub_68C990()
|
||||
|
||||
w_map->scrolls[0].h_left = cx;
|
||||
w_map->scrolls[0].v_top = dx;
|
||||
widget_scroll_update_thumbs(w, WIDX_MAP);
|
||||
widget_scroll_update_thumbs(w_map, WIDX_MAP);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user