mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
feature(Histories): supports to diff selected 2 commits
This commit is contained in:
parent
b177f541be
commit
5592c652f7
5 changed files with 479 additions and 13 deletions
|
@ -282,8 +282,7 @@ namespace SourceGit.UI {
|
|||
e.Handled = true;
|
||||
}
|
||||
|
||||
private void ChangeListMouseDoubleClick(object sender, MouseButtonEventArgs e)
|
||||
{
|
||||
private void ChangeListMouseDoubleClick(object sender, MouseButtonEventArgs e) {
|
||||
var row = sender as DataGridRow;
|
||||
if (row == null) return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue