Skip to content

Commit

Permalink
Stupid fix for 3583
Browse files Browse the repository at this point in the history
  • Loading branch information
azarkevich committed Mar 9, 2017
1 parent 12546ca commit 27585a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitUI/UserControls/RevisionGridClasses/DvcsGraph.cs
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ private void UpdateData()
//animation that is shown. (the event Loading(bool) triggers this!)
if (Loading != null)
{
Loading(this, new LoadingEventArgs(false));
//Loading(this, new LoadingEventArgs(false));
}
}

Expand Down

0 comments on commit 27585a0

Please sign in to comment.