]> git.eshelyaron.com Git - emacs.git/commit
Orderly inhibit frame resizing when activating tool or tab bar (Bug#52986)
authorMartin Rudalics <rudalics@gmx.at>
Mon, 24 Jan 2022 09:33:15 +0000 (10:33 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Mon, 24 Jan 2022 09:33:15 +0000 (10:33 +0100)
commit1575afe8df522a49184217632b2eb4f3d234942c
tree22c4985095e2c913ec41dbf7885b75e50d27a2b4
parentdee029e19ff1874e7483ccd3e5994bda6e3c7e5d
Orderly inhibit frame resizing when activating tool or tab bar (Bug#52986)

* src/xdisp.c (redisplay_tab_bar, redisplay_tool_bar): If we do
not display a tool or tab bar in these functions, still set
f->tool/tab_bar_redisplayed and f->tool/tab_bar_resized.  This
avoids that when one of these are initially turned off, a later
activation resizes the frame despite of the fact that
'frame-inhibit-implied-resize' should prevent it (Bug#52986).
src/xdisp.c