Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
flabbet committed Mar 8, 2021
1 parent 3cfe364 commit 4f66cdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PixiEditor/Models/Tools/Tools/SelectTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public override void OnStoppedRecordingMouseUp(MouseEventArgs e)
}

SelectionHelpers.AddSelectionUndoStep(ViewModelMain.Current.BitmapManager.ActiveDocument, oldSelectedPoints, SelectionType);
}

public override void Use(Coordinates[] pixels)
{
Expand Down

0 comments on commit 4f66cdf

Please sign in to comment.