mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
"pullsDown" should not default to true.
This commit is contained in:
parent
5c9c641113
commit
13c87bc9d0
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ static NSArray *XmlBoolDefaultYes = nil;
|
|||
RETAIN(XmlKeyToDecoderSelectorMap);
|
||||
|
||||
// boolean fields that should be treated as YES when missing.
|
||||
XmlBoolDefaultYes = [[NSArray alloc] initWithObjects: @"pullsDown",
|
||||
XmlBoolDefaultYes = [[NSArray alloc] initWithObjects:
|
||||
@"altersStateOfSelectedItem",
|
||||
@"bordered",
|
||||
@"prefersToBeShown",
|
||||
|
|
Loading…
Reference in a new issue