Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab bar item is selected even when tab bar view item is prevented from being selected. #23

Open
chinhster opened this issue Jul 29, 2014 · 0 comments

Comments

@chinhster
Copy link

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).

TAKeanice pushed a commit to TAKeanice/MMTabBarView that referenced this issue Sep 13, 2020
Port changes seen in Mimo42's master branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant