mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
ddfb5b73df
commit
f7d732ce61
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue