mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 13:48:13 +00:00
Fixed #2178 Undo on sprites
This commit is contained in:
@@ -3482,6 +3482,9 @@ public class TagTreeContextMenu extends JPopupMenu {
|
||||
Tag tag = (Tag) item;
|
||||
tag.undo();
|
||||
tag.getSwf().clearAllCache();
|
||||
if (tag instanceof Timelined) {
|
||||
((Timelined) tag).resetTimeline();
|
||||
}
|
||||
tree.getFullModel().updateNode(item);
|
||||
} catch (InterruptedException | IOException ex) {
|
||||
logger.log(Level.SEVERE, null, ex);
|
||||
|
||||
Reference in New Issue
Block a user