Fixed bridge GUI broken due to confirmation dialog

This commit is contained in:
pelya
2016-05-17 14:41:44 +03:00
parent 44bea540be
commit 9cb56d3534
4 changed files with 7 additions and 5 deletions

View File

@@ -1441,8 +1441,9 @@ void Window::InitializeData(WindowNumber window_number)
this->window_number = window_number;
if (this->window_class != WC_BUILD_CONFIRMATION &&
this->window_class != WC_TOOLTIPS &&
this->window_class != WC_NEWS_WINDOW) {
this->window_class != WC_TOOLTIPS &&
this->window_class != WC_NEWS_WINDOW &&
this->window_class != WC_BUILD_BRIDGE) {
HideBuildConfirmationWindow();
}