Skip to content

Commit

Permalink
Fix Recompile Crash
Browse files Browse the repository at this point in the history
  • Loading branch information
tr33s committed Dec 17, 2014
1 parent c24a531 commit ded9477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Views/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public bool Working
{
_working = value;
OnPropertyChanged("Working");
InstalledAssembliesDataGrid.Items.Refresh();
//InstalledAssembliesDataGrid.Items.Refresh();
}
}

Expand Down

0 comments on commit ded9477

Please sign in to comment.