Keep tiled subwindow order on resize
QMdiArea::tileSubWindows() will move the active window to the first position, in order to be consistent with other MDI applications on Windows (according to the original commit message). However, the same function is also used for re-tiling on resize, so we must make sure to not reorder in that case. Fixes: QTBUG-51761 Change-Id: Ibf93a0bf7e663f983b9160364f812c84b5539171 Reviewed-by:Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by:
Richard Moe Gustavsen <richard.gustavsen@qt.io>
Showing
Please register or sign in to comment