]> git.eshelyaron.com Git - emacs.git/commit
Fixed a toolbar related issue on OS X.
authorAnders Lindgren <andlind@gmail.com>
Sun, 15 Nov 2015 18:17:53 +0000 (19:17 +0100)
committerAnders Lindgren <andlind@gmail.com>
Sun, 15 Nov 2015 18:17:53 +0000 (19:17 +0100)
commitb36ba568a98e5bc64895d6f0b1008ca47ab43345
tree5171637d0ce33563ebef84d9e6691d4844404b25
parent63e6f4c820bb677bc915445c99041a51aef6bdab
Fixed a toolbar related issue on OS X.

Earlier, when toggling the tool-bar in a maximized frame, the
frame size didn't match the number of text lines, leaving an
unused area at the bottom of the frame.

* nsfns.m (x_set_tool_bar_lines): Exit maximized and full height
fullscreen modes when tool bar is disabled.
src/nsfns.m