mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 16:05:32 +00:00
Fixed: Flash viewer - Shapes moving on stage
This commit is contained in:
@@ -305,7 +305,6 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
|
||||
if (drawableFrameCount == 0) {
|
||||
drawableFrameCount = 1;
|
||||
}
|
||||
RECT rect = timelined.getRect();
|
||||
Matrix m = new Matrix();
|
||||
double zoomDouble = zoom.fit ? getZoomToFit() : zoom.value;
|
||||
if (lowQuality) {
|
||||
|
||||
Reference in New Issue
Block a user