Skip to content

Commit

Permalink
Fix problems with changes of window having focus
Browse files Browse the repository at this point in the history
Issue MiMo42#69 : some styles (Mojave and Yosemite) did not
update properly their colors when the window gains/loses focus.
  • Loading branch information
barijaona committed Dec 25, 2018
1 parent 2280a6a commit 9460726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMTabBarView/MMTabBarView/MMTabBarView.m
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ - (void)windowStatusDidChange:(NSNotification *)notification {

[self _updateImages];

[self setNeedsDisplay:YES];
[self setNeedsUpdate:YES];
}

#pragma mark -
Expand Down

0 comments on commit 9460726

Please sign in to comment.