Fixed #2123 FLA export - morphshapes fixer

More FLA export progress info
This commit is contained in:
Jindra Petřík
2023-12-30 18:06:08 +01:00
parent fa03866191
commit 41f6e40369
14 changed files with 1206 additions and 217 deletions
@@ -1072,6 +1072,9 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
}
public String translate(String key) {
if (mainFrame == null) {
return "";
}
return mainFrame.translate(key);
}