Skip to content

Commit

Permalink
Merge pull request #25 from davidanthoff/refreshonload
Browse files Browse the repository at this point in the history
Refresh layout right after load
  • Loading branch information
haacked committed Mar 31, 2012
2 parents 4eb996d + 492d477 commit b6fb1b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SeeGitApp/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ public void MonitorRepository(string repositoryWorkingPath)
Graph = _graphBuilder.Graph();
LayoutAlgorithmType = "Tree";

Refresh();

MonitorForRepositoryChanges(gitPath);
}

Expand Down

0 comments on commit b6fb1b4

Please sign in to comment.