mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 05:01:00 +00:00
renamed ivar _changed to _needsSizing.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16318 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c792ada36c
commit
850942ee55
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ The displayed menus on the screen have the following structure:
|
||||||
NSMutableArray *_notifications;
|
NSMutableArray *_notifications;
|
||||||
BOOL _changedMessagesEnabled;
|
BOOL _changedMessagesEnabled;
|
||||||
BOOL _autoenable;
|
BOOL _autoenable;
|
||||||
BOOL _changed;
|
BOOL _needsSizing;
|
||||||
BOOL _is_tornoff;
|
BOOL _is_tornoff;
|
||||||
|
|
||||||
// GNUstepExtra category
|
// GNUstepExtra category
|
||||||
|
|
Loading…
Reference in a new issue