]> git.eshelyaron.com Git - emacs.git/commit
Fix calculation of tab bar lines during automatic height adjustment
authorPo Lu <luangruo@yahoo.com>
Wed, 16 Nov 2022 03:19:20 +0000 (11:19 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 16 Nov 2022 03:19:20 +0000 (11:19 +0800)
commit690f7ac86ad9a9d714b1107d05c5e856a43bb18d
tree0d10531953e9a3cffb92f1312fb4905a8fd0f897
parent0600065ff276d5c55c3ff2f466dfbce74586164f
Fix calculation of tab bar lines during automatic height adjustment

* src/haikufns.c (haiku_change_tab_bar_height):
* src/nsfns.m (ns_change_tab_bar_height):
* src/pgtkfns.c (pgtk_change_tab_bar_height):
* src/w32fns.c (w32_change_tab_bar_height):
* src/xfns.c (x_change_tab_bar_height): Do not round tab bar
height up.  (bug#59285, bug#59271)
src/haikufns.c
src/nsfns.m
src/pgtkfns.c
src/w32fns.c
src/xfns.c