mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
Crucial fix to make NSControl usable un-subclassed
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5078 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9737128f0b
commit
8f94336ad5
1 changed files with 1 additions and 4 deletions
|
@ -140,10 +140,7 @@ static Class cellClass;
|
|||
*/
|
||||
- (id) selectedCell
|
||||
{
|
||||
if ([cell state])
|
||||
return cell;
|
||||
else
|
||||
return nil;
|
||||
return cell;
|
||||
}
|
||||
|
||||
- (int) selectedTag
|
||||
|
|
Loading…
Reference in a new issue