You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your delegate prevents a tab view item from being selected with the method [NSTabViewDelegate tabView:shouldSelectTabViewItem:], the tab view selection doesn't change but the tab bar selection does.
To fix this, I had to modify mouseDown: method in MMAttachedTabBarButton.m to not change the state of the previous selected button and the button that was just clicked (PSMTabBarControl doesn't change the state but relies on selectTabViewItem: to do it).
The text was updated successfully, but these errors were encountered:
TAKeanice
pushed a commit
to TAKeanice/MMTabBarView
that referenced
this issue
Sep 13, 2020
If your delegate prevents a tab view item from being selected with the method [NSTabViewDelegate tabView:shouldSelectTabViewItem:], the tab view selection doesn't change but the tab bar selection does.
To fix this, I had to modify mouseDown: method in MMAttachedTabBarButton.m to not change the state of the previous selected button and the button that was just clicked (PSMTabBarControl doesn't change the state but relies on selectTabViewItem: to do it).
The text was updated successfully, but these errors were encountered: