aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsmenu.m
diff options
context:
space:
mode:
authorK. Handa2016-01-03 17:53:43 +0900
committerK. Handa2016-01-03 17:53:43 +0900
commitfb6d826c69939c2d016c1b824d4e9bcb53d9e643 (patch)
treeb9ce862d6cbe25e740203421984df21e4cbadbf4 /src/nsmenu.m
parent536f48e9a2251b9e654ea974bd90ff2f40218753 (diff)
parent91917dd58ec5278e555b9c693a830749083e8f89 (diff)
downloademacs-fb6d826c69939c2d016c1b824d4e9bcb53d9e643.tar.gz
emacs-fb6d826c69939c2d016c1b824d4e9bcb53d9e643.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'src/nsmenu.m')
-rw-r--r--src/nsmenu.m8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/nsmenu.m b/src/nsmenu.m
index ddc5dc20a82..3cb61e50f7f 100644
--- a/src/nsmenu.m
+++ b/src/nsmenu.m
@@ -1293,6 +1293,14 @@ update_frame_tool_bar (struct frame *f)
1293 //return [identifierToItem allKeys]; 1293 //return [identifierToItem allKeys];
1294} 1294}
1295 1295
1296- (void)setVisible:(BOOL)shown
1297{
1298 NSTRACE ("[EmacsToolbar setVisible:%d]", shown);
1299
1300 [super setVisible:shown];
1301}
1302
1303
1296/* optional and unneeded */ 1304/* optional and unneeded */
1297/* - toolbarWillAddItem: (NSNotification *)notification { } */ 1305/* - toolbarWillAddItem: (NSNotification *)notification { } */
1298/* - toolbarDidRemoveItem: (NSNotification *)notification { } */ 1306/* - toolbarDidRemoveItem: (NSNotification *)notification { } */