mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 09:10:48 +00:00
Fixed: #2361 Transform tool for PlaceObject tags - when reset placeFlagHasMatrix to false
This commit is contained in:
@@ -2248,9 +2248,9 @@ public class PreviewPanel extends JPersistentSplitPane implements TagEditorPanel
|
||||
Matrix matrix = displayEditImagePanel.getNewMatrix();
|
||||
if (displayEditTag instanceof PlaceObjectTypeTag) {
|
||||
PlaceObjectTypeTag placeTag = (PlaceObjectTypeTag) displayEditTag;
|
||||
placeTag.setPlaceFlagHasMatrix(true);
|
||||
Matrix origMatrix = new Matrix(placeTag.getMatrix());
|
||||
placeTag.setMatrix(matrix.concatenate(origMatrix).toMATRIX());
|
||||
placeTag.setPlaceFlagHasMatrix(true);
|
||||
}
|
||||
if (displayEditTag instanceof ShapeTag) {
|
||||
ShapeTag shape = (ShapeTag) displayEditTag;
|
||||
|
||||
Reference in New Issue
Block a user