1
0
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:
IntelOrca
2015-07-02 17:00:39 +01:00
parent 55c509590f
commit 46178bb44f
6 changed files with 121 additions and 29 deletions

View File

@@ -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);