* 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:
gcasa 2008-02-17 01:45:17 +00:00
parent e8195fd09d
commit 7b09a29b5c
4 changed files with 40 additions and 1 deletions

View file

@ -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];