|
@@ -229,6 +229,7 @@ namespace PixiEditor.Models.DataHolders
|
|
{
|
|
{
|
|
for (int i = 0; i < Layers.Count; i++)
|
|
for (int i = 0; i < Layers.Count; i++)
|
|
{
|
|
{
|
|
|
|
+ Layers[i].ClipCanvas();
|
|
Layers[i].Offset = offset[i];
|
|
Layers[i].Offset = offset[i];
|
|
Layers[i].MaxWidth = newWidth;
|
|
Layers[i].MaxWidth = newWidth;
|
|
Layers[i].MaxHeight = newHeight;
|
|
Layers[i].MaxHeight = newHeight;
|