Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
[tidev#2045 status:fixed-in-qa] Unneeded children repositioning was c…
Browse files Browse the repository at this point in the history
…ausing an infinite loop in repositionZIndex.
  • Loading branch information
Blain Hamon authored and Blain Hamon committed Oct 12, 2010
1 parent bad2609 commit 425bc37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iphone/Classes/TiUIView.m
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ -(void)performZIndexRepositioning
{
[thisView removeFromSuperview];
[self addSubview:thisView];
[thisView repositionZIndexIfNeeded];
}

[validChildren release];
Expand Down

0 comments on commit 425bc37

Please sign in to comment.