mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 04:20:45 +00:00
Move placeobject even if it does not have placeFlagHasMatrix
This commit is contained in:
@@ -803,6 +803,7 @@ public class PreviewPanel extends JPersistentSplitPane implements TagEditorPanel
|
||||
|
||||
private void savePlaceTagButtonActionPerformed(ActionEvent evt) {
|
||||
MATRIX matrix = placeImagePanel.getNewMatrix();
|
||||
placeTag.setPlaceFlagHasMatrix(true);
|
||||
placeTag.setMatrix(matrix);
|
||||
placeTag.setModified(true);
|
||||
placeImagePanel.selectDepth(placeTag.getDepth());
|
||||
|
||||
Reference in New Issue
Block a user