Fix oops check in

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40400 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2017-03-17 20:33:49 +00:00
parent f88a208373
commit 1865631e69

View file

@ -2071,7 +2071,7 @@ didStartElement: (NSString*)elementName
mask |= 0x20000;
if ([[attributes objectForKey: @"sendsActionOnArrowKeys"] boolValue])
mask |= 0x40000;
if ((allowsEmptySelection == nil) || [allowsEmptySelection boolValue])
if ((acceptsArrowKeys == nil) || [acceptsArrowKeys boolValue])
mask |= 0x100000;
if ([[attributes objectForKey: @"separatesColumns"] boolValue])
mask |= 0x4000000;