diff --git a/AppKit/CPButton.j b/AppKit/CPButton.j index 0c9c39ecf..e70862cdf 100644 --- a/AppKit/CPButton.j +++ b/AppKit/CPButton.j @@ -390,7 +390,7 @@ CPButtonImageOffset = 3.0; - (void)setShowsStateBy:(CPInteger)aMask { // CPPushInCellMask cannot be set for showsStateBy. - aMask ^= CPPushInCellMask; + aMask &= ~CPPushInCellMask; if (_showsStateBy === aMask) return;