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
+5 -1
View File
@@ -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) {