mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 11:44:36 +00:00
Correct deletion order
This commit is contained in:
@@ -961,7 +961,7 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
|
||||
return o2 - o1;
|
||||
}
|
||||
});
|
||||
for (int i:selectedPoints) {
|
||||
for (int i:selectedPointsDesc) {
|
||||
firePointRemoved(hilightedPoints, i);
|
||||
}
|
||||
selectedPoints.clear();
|
||||
|
||||
Reference in New Issue
Block a user