mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 20:54:59 +00:00
code_review: PR #120
* remove unnecessary code. The `SetProperty` function takes care of set same property in a loop
This commit is contained in:
parent
efd8e72c4e
commit
764cf24284
3 changed files with 6 additions and 21 deletions
|
@ -291,7 +291,6 @@ namespace SourceGit.Views
|
|||
if (DataContext is ViewModels.Histories histories)
|
||||
{
|
||||
histories.Select(commitDataGrid.SelectedItems);
|
||||
histories.NotifyAutoSelectedCommitChanged();
|
||||
}
|
||||
e.Handled = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue