Fixed bridge GUI broken due to confirmation dialog
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user