mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 20:04:37 +00:00
redraw preview on zoom, font name cache key fixed when the font name is different from the name in the assigned DefineFontNameTag
This commit is contained in:
@@ -415,6 +415,7 @@ public final class ImagePanel extends JPanel implements ActionListener, MediaDis
|
||||
@Override
|
||||
public synchronized void zoom(double zoom) {
|
||||
this.zoom = zoom;
|
||||
shouldDraw.set(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -491,6 +492,7 @@ public final class ImagePanel extends JPanel implements ActionListener, MediaDis
|
||||
|
||||
time = 0;
|
||||
drawReady = false;
|
||||
shouldDraw.set(true);
|
||||
play();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user