mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-22 13:51:15 +08:00
@@ -1210,7 +1210,7 @@ namespace SourceGit.Views
|
||||
view.Bounds.Height;
|
||||
|
||||
diff.ConvertsToCombinedRange(ref startIdx, ref endIdx, IsOld);
|
||||
TrySetChunk(new (rectStartY, rectEndY - rectStartY, startIdx, endIdx, false, IsOld));
|
||||
TrySetChunk(new(rectStartY, rectEndY - rectStartY, startIdx, endIdx, false, IsOld));
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -1256,7 +1256,7 @@ namespace SourceGit.Views
|
||||
view.Bounds.Height;
|
||||
|
||||
diff.ConvertsToCombinedRange(ref startIdx, ref endIdx, IsOld);
|
||||
TrySetChunk(new (rectStartY, rectEndY - rectStartY, startIdx, endIdx, true, false));
|
||||
TrySetChunk(new(rectStartY, rectEndY - rectStartY, startIdx, endIdx, true, false));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user