Skip to content

Commit

Permalink
Parse document after adding references
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Dec 4, 2017
1 parent c901eba commit 1df631e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Kaxaml/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ public bool OpenReferencesDialog()
}

this.PluginView.SelectedPlugin = this.PluginView.ReferencesPlugin;
this.DocumentsView?.SelectedView?.Parse();

return true;
}
Expand Down

0 comments on commit 1df631e

Please sign in to comment.