mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-04 18:03:41 +00:00
Refs #1572. Fixed: CPPushInCellMask in showsStateBy.
Code didn't match comment.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user