Undo per SWF

This commit is contained in:
Jindra Petřík
2024-10-29 16:55:43 +01:00
parent d4078d3a0c
commit dda394ef52
4 changed files with 89 additions and 52 deletions
@@ -46,7 +46,8 @@ public class EasyPanel extends JPanel {
tabSwitcher.clear();
for (SWF swf : swfs) {
tabSwitcher.addTab(swf, swf.getShortPathTitle(), View.getIcon("flash16"));
}
}
easySwfPanel.clearUndos();
}
public void setSwf(SWF swf) {