mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:00:37 +00:00
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:
parent
46a718fbfe
commit
c36d9818a2
2 changed files with 3 additions and 3 deletions
|
@ -473,7 +473,7 @@
|
|||
NSSize size;
|
||||
NSPoint point,oldPoint;
|
||||
|
||||
if (!_cell.is_enabled)
|
||||
if (_cell.is_disabled)
|
||||
return;
|
||||
|
||||
if (![self controlView])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue