Fixed bridges not building when confirmation is disabled, rearranged tooltip position to not obscure buttons

This commit is contained in:
Sergii Pylypenko
2016-05-20 20:18:41 +03:00
parent ca80f71f45
commit db042040c2
3 changed files with 10 additions and 7 deletions
-1
View File
@@ -238,7 +238,6 @@ void ShowBuildConfirmationWindow()
if (!_settings_client.gui.build_confirmation || _shift_pressed) {
ConfirmPlacingObject();
ToolbarSelectLastTool();
return;
}