Skip to content

Commit

Permalink
Fix most of the warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Equbuxu committed Feb 27, 2022
1 parent 575a7d3 commit fb6d3cb
Show file tree
Hide file tree
Showing 4 changed files with 702 additions and 670 deletions.
2 changes: 1 addition & 1 deletion PixiEditor/Models/DataHolders/Document/Document.cs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public void CenterContent()

MoveOffsets(layersToCenter, emptyBounds, moveVector);

List <Guid> guids = layersToCenter.Select(x => x.GuidValue).ToList();
List<Guid> guids = layersToCenter.Select(x => x.GuidValue).ToList();
UndoManager.AddUndoChange(
new Change(
MoveOffsetsProcess,
Expand Down
Loading

0 comments on commit fb6d3cb

Please sign in to comment.