1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

Fix map window scrollbars not being initialized properly; fixes #478.

This commit is contained in:
Adrian Wielgosik
2015-02-13 21:39:51 +01:00
parent e8e7dfbc70
commit 35bf40fb39

View File

@@ -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);
}
/**