This website works better with JavaScript
Home
Explore
Help
Sign In
csharp
/
PixiEditor
mirror of
https://github.com/PixiEditor/PixiEditor.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
vsbuild cmon work
flabbet
3 years ago
parent
067bb647e2
commit
d3ffbc6b30
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
PixiEditor/Models/Undo/LayerChunk.cs
+ 1
- 0
PixiEditor/Models/Undo/LayerChunk.cs
View File
@@ -14,4 +14,5 @@ public class LayerChunk
Layer = layer;
Layer = layer;
AbsoluteChunkRect = absoluteChunkRect;
AbsoluteChunkRect = absoluteChunkRect;
}
}
+
}
}