단축키, UndoRedo 일단 완료
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user