Skip to content

Commit

Permalink
#352 Use extension point in BindingScope
Browse files Browse the repository at this point in the history
  • Loading branch information
nigel-sampson committed May 2, 2017
1 parent de2b619 commit 56565fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Caliburn.Micro.Platform/BindingScope.cs
Expand Up @@ -319,7 +319,7 @@ static BindingScope()
}
previous = root;
root = VisualTreeHelper.GetParent(previous);
root = GetVisualParent(previous);
}
routeHops.Root = root;
Expand Down

0 comments on commit 56565fd

Please sign in to comment.