diff --git a/src/viewport.cpp b/src/viewport.cpp index 251bdfc0a4..ab5555d31e 100644 --- a/src/viewport.cpp +++ b/src/viewport.cpp @@ -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 ||