Fixed bridge GUI broken due to confirmation dialog

This commit is contained in:
pelya
2016-05-17 14:41:44 +03:00
committed by Sergii Pylypenko
parent 09b1a4cf5d
commit ff28829393
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();
}