From 5cca0aa1d99121def2349b881d2cffddd2816ba9 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Fri, 20 Apr 2012 11:47:19 -0700 Subject: Fixing the flow component to layout all the tiles on first draw. Signed-off-by: Valerio Virgillito --- node_modules/montage/ui/flow.reel/flow.js | 1 + 1 file changed, 1 insertion(+) (limited to 'node_modules/montage') diff --git a/node_modules/montage/ui/flow.reel/flow.js b/node_modules/montage/ui/flow.reel/flow.js index 929e61b8..2137f782 100644 --- a/node_modules/montage/ui/flow.reel/flow.js +++ b/node_modules/montage/ui/flow.reel/flow.js @@ -786,6 +786,7 @@ var Flow = exports.Flow = Montage.create(Component, { } else { this._objectsForRepetition = value; } + this.needsDraw = true; } }, -- cgit v1.2.3