mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-16 09:38:05 +00:00
Fix image editor not updating on some edits
This commit is contained in:
parent
9b0690ea06
commit
ddf70f700a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue