Skip to content

Commit

Permalink
Really update links to moved page when it has children
Browse files Browse the repository at this point in the history
  • Loading branch information
libardo committed May 6, 2012
1 parent 837d2b0 commit df46e1e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -53,6 +53,7 @@ protected override void OnLoad(EventArgs e)


protected void OnUpdateCommand(object sender, CommandEventArgs args) protected void OnUpdateCommand(object sender, CommandEventArgs args)
{ {
tracker.UpdateReferencesTo(Selection.SelectedItem);
if (chkChildren.Checked) if (chkChildren.Checked)
{ {
mvPhase.ActiveViewIndex = 1; mvPhase.ActiveViewIndex = 1;
Expand All @@ -62,7 +63,6 @@ protected void OnUpdateCommand(object sender, CommandEventArgs args)
} }
else else
{ {
tracker.UpdateReferencesTo(Selection.SelectedItem);
Refresh(Selection.SelectedItem, ToolbarArea.Both); Refresh(Selection.SelectedItem, ToolbarArea.Both);
} }
} }
Expand Down

0 comments on commit df46e1e

Please sign in to comment.