MiMo42 / MMTabBarView

A Mac OS X tab bar view that works on 10.9+ with Xcode 9.3+. Pull requests welcomed.
http://mimo42.github.com/MMTabBarView/
243 stars 79 forks source link

Tooltip not updated for overflowed tab #55

Open wonson opened 7 years ago

wonson commented 7 years ago

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 ?