mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-28 08:08:17 +00:00
Issue 720: edited shape tag is not marked as modified after replacing the image
This commit is contained in:
@@ -41,6 +41,7 @@ public class ShapeImporter {
|
||||
jpeg2Tag.setModified(true);
|
||||
swf.tags.add(jpeg2Tag);
|
||||
swf.updateCharacters();
|
||||
st.setModified(true);
|
||||
SHAPEWITHSTYLE shapes = jpeg2Tag.getShape(st.getRect(new HashSet<BoundedTag>()), true);
|
||||
|
||||
if (st instanceof DefineShapeTag) {
|
||||
|
||||
Reference in New Issue
Block a user