mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 05:45:34 +00:00
various small fixes
This commit is contained in:
@@ -139,4 +139,16 @@ public class LoadingPanel extends JPanel {
|
||||
g2.setTransform(t);
|
||||
g2.drawImage(lastImage, 0, 0, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setVisible(boolean visible) {
|
||||
if (!visible) {
|
||||
if (drawTimer != null) {
|
||||
drawTimer.cancel();
|
||||
drawTimer = null;
|
||||
}
|
||||
}
|
||||
|
||||
super.setVisible(visible);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user