Keep building area highlighted when confirmation window is shown

This commit is contained in:
Sergii Pylypenko
2016-04-06 23:39:17 +03:00
parent a7a8e35968
commit 19bfa2317c

View File

@@ -2449,6 +2449,8 @@ void UpdateTileSelection()
}
}
if (ConfirmationWindowShown()) return;
/* redraw selection */
if (_thd.drawstyle != new_drawstyle ||
_thd.pos.x != _thd.new_pos.x || _thd.pos.y != _thd.new_pos.y ||