Updated for change in NSCell ivar

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5696 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2000-01-07 18:31:19 +00:00
parent 46a718fbfe
commit c36d9818a2
2 changed files with 3 additions and 3 deletions

View file

@ -473,7 +473,7 @@
NSSize size;
NSPoint point,oldPoint;
if (!_cell.is_enabled)
if (_cell.is_disabled)
return;
if (![self controlView])