Skip to content

Commit

Permalink
Merge pull request #2827 from hieupham007/timob-10485
Browse files Browse the repository at this point in the history
timob-10485: reset children of table view row appropriately
  • Loading branch information
billdawson committed Aug 27, 2012
2 parents dc29a45 + 76f18c5 commit fbb6995
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ protected void applyChildProxies(TiViewProxy viewProxy, TiUIView view)
for (TiUIView childView : view.getChildren()) {
TiViewProxy childProxy = childProxies[i];
childView.setProxy(childProxy);
//Since we wipe out children's views earlier we need to reset them.
childProxy.setView(childView);
childView.processProperties(childProxy.getProperties());
applyChildProxies(childProxy, childView);
i++;
Expand Down

0 comments on commit fbb6995

Please sign in to comment.