Skip to content

Commit 05ff9ec

Browse files
authored
Merge pull request #429 from genegoykhman/master
Specify window to resize rather than relying on the current window
2 parents 44c0ffc + d7624e2 commit 05ff9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dap-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,7 @@ normally with `dap-debug'"
17271727
`((side . bottom) (slot . 5) (window-width . 0.20)))))
17281728
(set-window-dedicated-p win t)
17291729
(unless no-select (select-window win))
1730-
(fit-window-to-buffer nil dap-output-window-max-height dap-output-window-min-height)))
1730+
(fit-window-to-buffer win dap-output-window-max-height dap-output-window-min-height)))
17311731

17321732
(defun dap-delete-session (debug-session)
17331733
"Remove DEBUG-SESSION.

0 commit comments

Comments
 (0)