mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
fixup! Remove old tab trigger render code
This commit is contained in:
@@ -66,11 +66,6 @@ OAK_DEBUG_VAR(BundleMenu);
|
||||
}
|
||||
}
|
||||
|
||||
- (void)menuWillOpen:(NSMenu*)aMenu
|
||||
{
|
||||
[aMenu enableTabTriggers];
|
||||
}
|
||||
|
||||
- (void)menuDidClose:(NSMenu*)aMenu
|
||||
{
|
||||
// We are not allowed to modify ‘aMenu’ here so we do it “afterDelay” — I really wish we didn’t have to do this at all…
|
||||
|
||||
Reference in New Issue
Block a user