mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 13:00:47 +00:00
Auto update bounds on points save.
Select cursor.
This commit is contained in:
@@ -1617,6 +1617,8 @@ public class PreviewPanel extends JPersistentSplitPane implements TagEditorPanel
|
||||
if (displayEditMode == EDIT_POINTS) {
|
||||
displayEditImagePanel.setHilightedPoints(null);
|
||||
displayEditTag.setModified(true);
|
||||
ShapeTag shape = (ShapeTag) displayEditTag;
|
||||
shape.updateBounds();
|
||||
oldShapeRecords = null;
|
||||
}
|
||||
Tag hilightTag = null;
|
||||
|
||||
Reference in New Issue
Block a user