diff --git a/lisp/window-x.el b/lisp/window-x.el index 813b8aed9f3..21a1f422562 100644 --- a/lisp/window-x.el +++ b/lisp/window-x.el @@ -243,7 +243,9 @@ ones in `window--transpose'." ;; `flen' is max size the window could be converted to the opposite ;; of the given split type. (let ((parent-window-is-set t) - (flen (if (xor no-resize (car subtree)) + ;; Make sure combination resizing is turned off (Bug#81406). + window-combination-resize + (flen (if (xor no-resize (car subtree)) (float (window-pixel-width cwin)) (float (window-pixel-height cwin))))) (mapc