Fixed Centered start playing triangle (Playing on demand)

This commit is contained in:
Jindra Petřík
2023-10-22 10:41:56 +02:00
parent 9d4a8feb2b
commit 194e358740
2 changed files with 2 additions and 1 deletions

View File

@@ -803,7 +803,7 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
if (img != null) {
int x = 0;
int y = 0;
if (timelined == null) {
if (timelined == null || !autoPlayed) {
x = (int) offsetPoint.getX();
y = (int) offsetPoint.getY();
}