MMTabBarView icon indicating copy to clipboard operation
MMTabBarView copied to clipboard

Tooltip not updated for overflowed tab

Open wonson opened this issue 8 years ago • 0 comments

should add if ([[self delegate] respondsToSelector:@selector(tabView:toolTipForTabViewItem:)]) { NSString *toolTip = [[self delegate] tabView:[self tabView] toolTipForTabViewItem:item]; [lastButton setToolTip:toolTip]; } in - (void)setTabViewItemPinnedToOverflowButton:(NSTabViewItem *)item ?

wonson avatar Jun 09 '17 02:06 wonson