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.
1 parent 75aa777 commit b28d8e8Copy full SHA for b28d8e8
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