mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 15:54:31 +01:00
Refactor window functions to take references 1
This commit is contained in:
@@ -237,7 +237,7 @@ void CustomListView::SetScrollbars(ScrollbarType value, bool initialising)
|
||||
else
|
||||
widget->content = 0;
|
||||
}
|
||||
WindowInitScrollWidgets(ParentWindow);
|
||||
WindowInitScrollWidgets(*ParentWindow);
|
||||
Invalidate();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user