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

OverflowPopUpButton not clickable after switching window #13

Closed nark closed 10 years ago

nark commented 11 years ago

Currently I need to implement this:

- (void)windowDidBecomeKey:(NSNotification *)notification {    
     [_tabBarView update:NO]; // update without animate
}

…in order to make the overflowPopUpButton clickable after hiding the app and showing again. Same behavior with demo app on 10.8.

MiMo42 commented 10 years ago

Fixed.