mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 09:50:51 +00:00
Fixed #2123 FLA export - morphshapes fixer
More FLA export progress info
This commit is contained in:
@@ -854,7 +854,11 @@ public class Main {
|
||||
if (mainFrame == null) {
|
||||
return;
|
||||
}
|
||||
MainFrameStatusPanel sp = mainFrame.getPanel().getStatusPanel();
|
||||
MainPanel mainPanel = mainFrame.getPanel();
|
||||
if (mainPanel == null) {
|
||||
return;
|
||||
}
|
||||
MainFrameStatusPanel sp = mainPanel.getStatusPanel();
|
||||
if (sp != null && sp.isStatusHidden()) {
|
||||
long nowTime = System.currentTimeMillis();
|
||||
if (nowTime > lastTimeStartWork + 5000) {
|
||||
|
||||
Reference in New Issue
Block a user