From 35bf40fb39118c1e59ab4a74a55b9e892b2b3bcd Mon Sep 17 00:00:00 2001 From: Adrian Wielgosik Date: Fri, 13 Feb 2015 21:39:51 +0100 Subject: [PATCH] Fix map window scrollbars not being initialized properly; fixes #478. --- src/windows/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/map.c b/src/windows/map.c index 7adf1f8486..d25f11b4ce 100644 --- a/src/windows/map.c +++ b/src/windows/map.c @@ -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); } /**