"pullsDown" should not default to true.

This commit is contained in:
fredkiefer 2019-12-24 11:36:56 +01:00
parent 5c9c641113
commit 13c87bc9d0

View file

@ -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",