mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 10:40:37 +00:00
NSSegmentItem should be enabled by default
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29437 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e6c79f2fb8
commit
54ed5089c2
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-01-28 Eric Wasylishen <ewasylishen@gmail.com>
|
||||
|
||||
* Source/NSSegmentedCell.m: NSSegmentItem should be enabled by default
|
||||
|
||||
2010-01-28 Eric Wasylishen <ewasylishen@gmail.com>
|
||||
|
||||
* Source/GSThemeDrawing.m:
|
||||
|
|
|
@ -74,7 +74,9 @@
|
|||
- (id) init
|
||||
{
|
||||
self = [super init];
|
||||
|
||||
|
||||
_enabled = YES;
|
||||
|
||||
return self;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue