mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-11 22:44:19 +00:00
Update the rest of the UI on property changes and update properties on node transform
This commit is contained in:
@@ -28,7 +28,7 @@ CScaleNodeCommand::CScaleNodeCommand(INodeEditor *pEditor, const QList<CSceneNod
|
||||
mNodeList.push_back(scale);
|
||||
}
|
||||
|
||||
mpEditor->SelectionTransformed();
|
||||
mpEditor->NotifySelectionTransformed();
|
||||
}
|
||||
|
||||
CScaleNodeCommand::~CScaleNodeCommand()
|
||||
@@ -80,7 +80,7 @@ void CScaleNodeCommand::undo()
|
||||
}
|
||||
|
||||
mpEditor->RecalculateSelectionBounds();
|
||||
mpEditor->SelectionTransformed();
|
||||
mpEditor->NotifySelectionTransformed();
|
||||
mpEditor->UpdateGizmoUI();
|
||||
}
|
||||
|
||||
@@ -95,7 +95,7 @@ void CScaleNodeCommand::redo()
|
||||
}
|
||||
|
||||
mpEditor->RecalculateSelectionBounds();
|
||||
mpEditor->SelectionTransformed();
|
||||
mpEditor->NotifySelectionTransformed();
|
||||
mpEditor->UpdateGizmoUI();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user