We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75aa777 + b28d8e8 commit e0c895dCopy full SHA for e0c895d
1 file changed
src/MacVim/MMVimController.m
@@ -574,8 +574,10 @@ - (void)handleMessage:(int)msgid data:(NSData *)data
574
[windowController updateTabsWithData:data];
575
} else if (ShowTabBarMsgID == msgid) {
576
[windowController showTabBar:YES];
577
+ [self sendMessage:BackingPropertiesChangedMsgID data:nil];
578
} else if (HideTabBarMsgID == msgid) {
579
[windowController showTabBar:NO];
580
581
} else if (SetTextDimensionsMsgID == msgid || LiveResizeMsgID == msgid ||
582
SetTextDimensionsReplyMsgID == msgid) {
583
const void *bytes = [data bytes];
0 commit comments