mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 03:11:18 +00:00
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:
parent
f88a208373
commit
1865631e69
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue