mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 05:45:34 +00:00
Fixed Unresponsive status bar and its icon
This commit is contained in:
@@ -113,7 +113,7 @@ public class LoadingPanel extends JPanel {
|
||||
rot2 += Math.PI * 2;
|
||||
}
|
||||
setRotation(rot2);
|
||||
repaint();
|
||||
repaint();
|
||||
}
|
||||
}
|
||||
}, idelay, idelay);
|
||||
@@ -146,8 +146,9 @@ public class LoadingPanel extends JPanel {
|
||||
drawTimer.cancel();
|
||||
drawTimer = null;
|
||||
}
|
||||
lastImage = null;
|
||||
}
|
||||
|
||||
super.setVisible(visible);
|
||||
super.setVisible(visible);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user