mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 22:40:47 +00:00
Fixed #2123 FLA export - morphshapes fixer
More FLA export progress info
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user