Skip to content

Commit

Permalink
Merge branch 't3873'. Fixes #3873
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelDCurran committed Feb 27, 2014
2 parents 37fa10b + 01e2298 commit 0b2a308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def setFocusObject(obj):
origAncestors=oldFocusLine[0:index+1]
#make sure to cache the last old ancestor as a parent on the first new ancestor so as not to leave a broken parent cache
if ancestors and origAncestors:
ancestors[0].parent=origAncestors[-1]
ancestors[0].container=origAncestors[-1]
origAncestors.extend(ancestors)
ancestors=origAncestors
focusDifferenceLevel=index+1
Expand Down

0 comments on commit 0b2a308

Please sign in to comment.