mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-12 10:48:09 +00:00
MainForm - Set 'wasModified' and call 'BuildMainTreeView' when TextureAtlasEditor exits with changes
This commit is contained in:
@@ -384,6 +384,8 @@ namespace PckStudio
|
||||
viewer.FinalTexture.Save(result, ImageFormat.Png);
|
||||
file.SetData(result.ToArray());
|
||||
}
|
||||
wasModified = true;
|
||||
BuildMainTreeView();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user