mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
Don't forget setting the top frame if not switching root frames
* src/frame.c (do_switch_frame): Make sure to set top frame in all cases.
This commit is contained in:
parent
b1ec006e9f
commit
076cd69fc2
1 changed files with 5 additions and 0 deletions
|
|
@ -1808,6 +1808,11 @@ do_switch_frame (Lisp_Object frame, int track, int for_deletion, Lisp_Object nor
|
|||
FrameRows (tty) = FRAME_TOTAL_LINES (f);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
SET_FRAME_VISIBLE (f, true);
|
||||
tty->top_frame = frame;
|
||||
}
|
||||
}
|
||||
|
||||
sf->select_mini_window_flag = MINI_WINDOW_P (XWINDOW (sf->selected_window));
|
||||
|
|
|
|||
Loading…
Reference in a new issue