Enlarge timeline for soundstream when necessary

This commit is contained in:
Jindra Petřík
2022-12-26 23:41:30 +01:00
parent 047ef148ce
commit 308ac701ab
2 changed files with 14 additions and 0 deletions

View File

@@ -4091,6 +4091,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
if (!ok) {
ViewMessages.showMessageDialog(this, translate("error.sound.invalid"), translate("error"), JOptionPane.ERROR_MESSAGE);
} else {
refreshTree(((Tag)st).getSwf());
reload(true);
}
}