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

when click minButton to hidden the window, then reopen,move mouse to traffic button and remove mouse, the traffic button always show RollOverImage #179

Open
surrenderios opened this issue Jul 24, 2014 · 0 comments

Comments

@surrenderios
Copy link

add the method in the INWindowButton.m can fix the problem

  • (void)mouseDown:(NSEvent *)theEvent
    {
    [super mouseDown:theEvent];
    [self.group didReleaseMousePointer];
    [self updateRollOverImage];
    }
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