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
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
add the method in the INWindowButton.m can fix the problem
{
[super mouseDown:theEvent];
[self.group didReleaseMousePointer];
[self updateRollOverImage];
}
The text was updated successfully, but these errors were encountered: