Simple editor - filters (editing only existing, without gradients)

This commit is contained in:
Jindra Petřík
2025-05-10 13:13:17 +02:00
parent c1007fae70
commit 3133d7b6d0
21 changed files with 605 additions and 134 deletions

View File

@@ -5262,7 +5262,11 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
Reference<Rectangle2D> boundsRef = new Reference<>(null);
RECT rect = getTopTimelined().getRect();
Timelined t = getTopTimelined();
if (t == null) {
return;
}
RECT rect = t.getRect();
synchronized (ImagePanel.this) {
synchronized (lock) {