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();
_thd.new_outersize = _thd.outersize; // Revert station catchment area highlight, which is getting set to zero inside drawing funcs
return false;
}