Fix issue fred found and add code to decode Xplacement, Yplacement and rowAlignment.

This commit is contained in:
Gregory John Casamento 2020-11-19 14:07:51 -05:00
parent 9bd3a460a5
commit a10b869710

View file

@ -416,9 +416,9 @@ static NSArray *XmlBoolDefaultYes = nil;
@"decodeSecondAttribute:", @"NSSecondAttribute",
@"decodeRelation:", @"NSRelation",
@"decodeTransitionStyle:", @"NSTransitionStyle",
@"decodeXPlacementForElement:", @"NSGrid_xPlacement",
@"decodeYPlacementForElement:", @"NSGrid_yPlacement",
@"decodeRowAlignmentForElement:", @"NSGrid_rowAlignment",
@"decodeXPlacementForElement:", @"NSGrid_xPlacement",
@"decodeYPlacementForElement:", @"NSGrid_yPlacement",
@"decodeRowAlignmentForElement:", @"NSGrid_rowAlignment",
nil];
RETAIN(XmlKeyToDecoderSelectorMap);