Unset current change-block in RefreshContent()

This commit is contained in:
goran-w 2024-11-15 12:03:18 +01:00
parent 0007072789
commit e0c219b46d

View file

@ -1509,6 +1509,8 @@ namespace SourceGit.Views
IsUnstagedChange = diff.Option.IsUnstaged;
EnableChunkSelection = diff.Option.WorkingCopyChange != null;
diff.CurrentChangeBlockIdx = -1; // Unset current change block.
}
private void OnStageChunk(object _1, RoutedEventArgs _2)