Issue 720: edited shape tag is not marked as modified after replacing the image

This commit is contained in:
honfika@gmail.com
2014-11-14 21:52:12 +01:00
parent 4719cc196f
commit bb5b0eef46

View File

@@ -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) {