diff --git a/src/core/wrapper/layout.js b/src/core/wrapper/layout.js index 6342575ff..8013ca093 100644 --- a/src/core/wrapper/layout.js +++ b/src/core/wrapper/layout.js @@ -268,7 +268,7 @@ BI.Layout = BI.inherit(BI.Widget, { if (!child.shouldUpdate) { return null; } - return child.shouldUpdate(this._getOptions(item)) !== false; + return child.shouldUpdate(this._getOptions(item)); }, updateItemAt: function (index, item) {