mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-13 20:20:24 +00:00
Fixed: #2361 Transform tool for PlaceObject tags
This commit is contained in:
@@ -2249,7 +2249,8 @@ public class PreviewPanel extends JPersistentSplitPane implements TagEditorPanel
|
||||
if (displayEditTag instanceof PlaceObjectTypeTag) {
|
||||
PlaceObjectTypeTag placeTag = (PlaceObjectTypeTag) displayEditTag;
|
||||
placeTag.setPlaceFlagHasMatrix(true);
|
||||
placeTag.setMatrix(matrix.toMATRIX());
|
||||
Matrix origMatrix = new Matrix(placeTag.getMatrix());
|
||||
placeTag.setMatrix(matrix.concatenate(origMatrix).toMATRIX());
|
||||
}
|
||||
if (displayEditTag instanceof ShapeTag) {
|
||||
ShapeTag shape = (ShapeTag) displayEditTag;
|
||||
|
||||
Reference in New Issue
Block a user