mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:50:37 +00:00
* Source/NSCell.m: Correction for bug#22332.
* Source/NSSegmentedCell.m: * Source/NSSegmentedControl.m: Set up default values in init methods. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26075 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e8195fd09d
commit
7b09a29b5c
4 changed files with 40 additions and 1 deletions
|
@ -2647,7 +2647,7 @@ static NSColor *shadowCol;
|
|||
}
|
||||
_action_mask = mask;
|
||||
}
|
||||
_action_mask = NSLeftMouseUpMask;
|
||||
_action_mask |= NSLeftMouseUpMask;
|
||||
[aDecoder decodeValueOfObjCType: @encode(id) at: &formatter];
|
||||
[self setFormatter: formatter];
|
||||
[aDecoder decodeValueOfObjCType: @encode(id) at: &menu];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue