mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 13:05:51 +00:00
Fixed: Loading icon did not respect UI scale factor
This commit is contained in:
@@ -135,7 +135,7 @@ public class LoadingPanel extends JPanel {
|
||||
g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
|
||||
|
||||
AffineTransform t = AffineTransform.getRotateInstance(getRotation(), size / 2.0, size / 2.0);
|
||||
g2.setTransform(t);
|
||||
g2.transform(t);
|
||||
g2.drawImage(lastImage, 0, 0, this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user