diff --git a/src/airport_gui.cpp b/src/airport_gui.cpp index b4c056d501..29a0d83ada 100644 --- a/src/airport_gui.cpp +++ b/src/airport_gui.cpp @@ -413,7 +413,7 @@ public: * Never make the window smaller to avoid oscillating if the size change affects the acceptance. * (This is the case, if making the window bigger moves the mouse into the window.) */ if (top > bottom) { - ResizeWindow(this, 0, top - bottom); + ResizeWindow(this, 0, top - bottom, false); } }