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

Fix Issue #82 - Crash hovering over close button on MacOS 12.3 #83

Closed greenius closed 2 years ago

greenius commented 2 years ago

Call updateCell in next message loop to prevent exception in MacOS 12.3 when hovering over close button if onlyShowCloseOnHover is set to YES. Fixes Issue #82