Allow scrolling when selecting destination station or building single-tile objects

This commit is contained in:
pelya
2014-11-16 03:38:40 +02:00
parent 9875c97661
commit 8f7e444f4f
8 changed files with 18 additions and 9 deletions

View File

@@ -2916,6 +2916,7 @@ static void MouseLoop(MouseClick click, int mousewheel)
_scrolling_viewport = true;
_cursor.fix_at = false;
} else {
// Viewport already clicked, prevent sending same event on mouse-up
_left_button_dragged = true;
}
mouse_down_on_viewport = true;