Auto update bounds on points save.

Select cursor.
This commit is contained in:
Jindra Petřík
2022-12-31 23:58:51 +01:00
parent ba01de17a1
commit d13d3ac500
5 changed files with 20 additions and 5 deletions
@@ -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;