ApplyXmlAttributes implementation fixed

This commit is contained in:
Vladimir Enchev
2015-07-16 11:40:31 +03:00
committed by hshristov
parent 42e5e9aac0
commit 7516ac6ab3

View File

@ -266,7 +266,7 @@ export class GridLayout extends layouts.LayoutBase implements definition.GridLay
// //
} }
applyXmlAttribute(attributeName: string, attributeValue: any): boolean { _applyXmlAttribute(attributeName: string, attributeValue: any): boolean {
if (attributeName === "columns") { if (attributeName === "columns") {
this.setColumns(attributeValue); this.setColumns(attributeValue);
return true; return true;