Fixed station catchment area not shown when using confirmation dialog

This commit is contained in:
pelya
2016-04-11 01:03:50 +03:00
committed by Sergii Pylypenko
parent 9cf2149c78
commit 7da54512d1
2 changed files with 3 additions and 4 deletions

View File

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

View File

@@ -3,8 +3,4 @@
- Multiplayer client list is too small again. - 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. - Minimap legend clicks wrong items after few usages.