diff options
Diffstat (limited to 'src/nsmenu.m')
| -rw-r--r-- | src/nsmenu.m | 8 |
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 { } */ |