]> git.eshelyaron.com Git - emacs.git/commit
Fix infinite loop on GNUstep when toolbar updated
authorAlan Third <alan@idiocy.org>
Sat, 1 May 2021 16:50:25 +0000 (17:50 +0100)
committerAlan Third <alan@idiocy.org>
Sat, 1 May 2021 18:13:07 +0000 (19:13 +0100)
commit6b2d017ead856c244a0b5c5a162254094877bc54
treed550d8314d31caad578caccf33c06a7bf5a7b50e
parenta65eb23f5cbf1ff408585574e4c95a9eebf2a9dc
Fix infinite loop on GNUstep when toolbar updated

* src/nsterm.m ([EmacsView viewDidResize:]): Use Emacs's existing
knowledge of the frame size to decide whether to resize or not.
src/nsterm.m