]> git.eshelyaron.com Git - emacs.git/commit
Fix crash when creating a child frame in NS (bug#63107)
authorAlan Third <alan@idiocy.org>
Thu, 27 Apr 2023 19:08:23 +0000 (20:08 +0100)
committerAlan Third <alan@idiocy.org>
Sun, 7 May 2023 22:52:46 +0000 (23:52 +0100)
commit3adc1e7f37901235bda83ea65a90644b7b0a8dbf
treea476d64523d63f2c82f746cf0d45befa34f0e5e4
parentd5ab8b6f2459b0c0111edc1ac7da20e1452c1f33
Fix crash when creating a child frame in NS (bug#63107)

* src/nsterm.m ([EmacsView initFrameFromEmacs:]): Have a second go at
creating the toolbar.
([EmacsWindow createToolbar:]): If there is already a toolbar or the
EmacsView's layer is not an EmacsLayer, then do nothing.
src/nsterm.m