Hide error message if user clicked 'Cancel' in buiuld confirmation window

This commit is contained in:
pelya
2017-04-07 21:53:48 +03:00
committed by Sergii Pylypenko
parent 7400272cd2
commit e2deb1e482

View File

@@ -175,6 +175,7 @@ struct BuildConfirmationWindow : Window {
} else {
ResetObjectToPlace();
DeleteWindowByClass(WC_BUILD_BRIDGE);
ClearErrorMessages();
}
break;
}