Fixed station catchment area not shown when using confirmation dialog

This commit is contained in:
pelya
2016-04-11 01:03:50 +03:00
parent 4cba4d08aa
commit 17abfa33d0
2 changed files with 3 additions and 4 deletions

View File

@@ -185,5 +185,8 @@ bool BuildConfirmationWindowProcessViewportClick()
}
HideBuildConfirmationWindow();
_thd.new_outersize = _thd.outersize; // Revert station catchment area highlight, which is getting set to zero inside drawing funcs
return false;
}

View File

@@ -3,8 +3,4 @@
- Multiplayer client list is too small again.
- Non-autorail rail building is broken with confirmation dialog enabled.
- Station catchment area disappears after few clicks with confirmation dialog.
- Minimap legend clicks wrong items after few usages.