Updated for new cell ivar names

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5461 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-12-13 02:41:11 +00:00
parent ddfb5b73df
commit f7d732ce61

View file

@ -473,11 +473,11 @@
NSSize size;
NSPoint point,oldPoint;
if (![self isEnabled])
if (!_cell.is_enabled)
return;
if (![self controlView])
control_view = _popView;
_control_view = _popView;
size = [[self _popUp] popUpCellSizeForPopUp:self];
if (size.width == 0 || size.height == 0)