Fixed: Flash viewer - Shapes moving on stage

This commit is contained in:
Jindra Petřík
2021-03-31 14:45:45 +02:00
parent 63a5f573cd
commit fd8b624845
3 changed files with 2 additions and 3 deletions

View File

@@ -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) {