mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-13 09:28:57 +00:00
Fixed #1695 Freetransform tool vs zooming
Fixed #1752 Freetransform tool on sprites with offset
This commit is contained in:
@@ -158,6 +158,10 @@ public class DefineSpriteTag extends DrawableTag implements Timelined {
|
||||
|
||||
@Override
|
||||
public void resetTimeline() {
|
||||
Cache<CharacterTag, RECT> cache = swf == null ? null : swf.getRectCache();
|
||||
if (cache != null) {
|
||||
cache.remove(this);
|
||||
}
|
||||
if (timeline != null) {
|
||||
timeline.reset(swf, this, spriteId, getRect());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user