mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 07:44:38 +01:00
implement finish-map-window part 6
This commit is contained in:
@@ -577,7 +577,7 @@ static void input_scroll_continue(rct_window *w, int widgetIndex, int state, int
|
||||
|
||||
switch (scroll_part){
|
||||
case SCROLL_PART_VIEW:
|
||||
window_event_tool_drag_call(w, widgetIndex, w->number / 18, y);
|
||||
window_event_scroll_mousedrag_call(w, scroll_id, x, y);
|
||||
break;
|
||||
case SCROLL_PART_HSCROLLBAR_LEFT:
|
||||
input_scroll_part_update_hleft(w, widgetIndex, scroll_id);
|
||||
|
||||
Reference in New Issue
Block a user