단축키, UndoRedo 일단 완료

This commit is contained in:
logonkhi
2025-12-22 20:49:40 +09:00
parent e47ecbdbba
commit 792aa057d3
10 changed files with 199 additions and 664 deletions

View File

@@ -22,11 +22,11 @@ namespace UVC.Studio.UI.Buttons
private void OnSceneInitialized()
{
PropertyWindow propertyWindow = InjectorAppContext.Instance.Get<PropertyWindow>();
if (propertyWindow != null)
{
propertyWindow.Hide();
}
// PropertyWindow propertyWindow = InjectorAppContext.Instance.Get<PropertyWindow>();
// if (propertyWindow != null)
// {
// propertyWindow.Hide();
// }
}
private void OnToggleValueChanged(bool visible)