We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a3946 commit 288a823Copy full SHA for 288a823
1 file changed
BrickController2/BrickController2/UI/ViewModels/SequenceEditorPageViewModel.cs
@@ -202,9 +202,6 @@ private async Task DeleteControlPointAsync(SequenceControlPoint controlPoint)
202
_disappearingTokenSource.Token))
203
{
204
Sequence.ControlPoints.Remove(controlPoint);
205
-
206
- // This hack is needed to rebuild the bindings properly in the listview
207
- Sequence.ControlPoints = new ObservableCollection<SequenceControlPoint>(Sequence.ControlPoints);
208
}
209
210
catch (OperationCanceledException)
0 commit comments