diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageEditorBase.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageEditorBase.cs index 8d6a9fc6..ab1857ea 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageEditorBase.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageEditorBase.cs @@ -686,7 +686,7 @@ namespace Switch_Toolbox.Library.Forms ArrayLevel = CurArrayDisplayLevel }; - pictureBoxCustom1.Image = image; + pictureBoxCustom1.Image = new Bitmap(image); TotalMipCount = ActiveTexture.MipCount - 1; TotalArrayCount = ActiveTexture.ArrayCount - 1;