mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 08:16:44 +00:00
Simple editor - filters (editing only existing, without gradients)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user