mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
Updated for change in NSView ivars
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5727 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7595a7fd9c
commit
b705e46e7f
1 changed files with 1 additions and 1 deletions
|
@ -1031,7 +1031,7 @@ void __dummy_GMAppKit_functionForLinking() {}
|
|||
|
||||
#ifdef GNU_GUI_LIBRARY
|
||||
_rFlags.flipped_view = [self isFlipped];
|
||||
if ([sub_views count])
|
||||
if ([_sub_views count])
|
||||
_rFlags.has_subviews = 1;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue