mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 20:10:47 +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
9c693eb8c7
commit
8e0a52ebbc
1 changed files with 1 additions and 4 deletions
|
@ -140,10 +140,7 @@ static Class cellClass;
|
||||||
*/
|
*/
|
||||||
- (id) selectedCell
|
- (id) selectedCell
|
||||||
{
|
{
|
||||||
if ([cell state])
|
return cell;
|
||||||
return cell;
|
|
||||||
else
|
|
||||||
return nil;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- (int) selectedTag
|
- (int) selectedTag
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue