]> git.eshelyaron.com Git - emacs.git/commit
Fix toolbar item validation in the NS port
authorDaniel Martín <mardani29@yahoo.es>
Sat, 18 Mar 2023 00:47:32 +0000 (01:47 +0100)
committerEli Zaretskii <eliz@gnu.org>
Thu, 23 Mar 2023 08:07:51 +0000 (10:07 +0200)
commitf0a2f37deec868751542f5b67fc9e545570172ae
treedb7820cb400cc27bd66aca16e4bb682f3904c081
parent22de4b1e724da7ceadc117c0d4611ecf4bf589d1
Fix toolbar item validation in the NS port

* src/nsterm.m ([EmacsView validateToolbarItem:]): Implement this
NSToolbarItemValidation method, which is called by AppKit when it
needs to validate an image item in a toolbar.  This solves, in
particular, the problem with having the "Save" icon on the tool
bar enabled at Emacs startup.  (Bug#62234)
src/nsterm.m