新Head
This commit is contained in:
@@ -30,6 +30,7 @@ namespace Ichni.Editor.Commands
|
||||
{
|
||||
if (target == null) return;
|
||||
ReflectionHelper.SetDeepValue(target, path, newValue);
|
||||
target.Refresh();
|
||||
}
|
||||
|
||||
public void Undo()
|
||||
@@ -38,9 +39,8 @@ namespace Ichni.Editor.Commands
|
||||
if (target == null) return;
|
||||
|
||||
ReflectionHelper.SetDeepValue(target, path, oldValue);
|
||||
target.Refresh();
|
||||
|
||||
|
||||
target.Refresh();
|
||||
RefreshInspectorIfMatched();
|
||||
}
|
||||
|
||||
public void Redo()
|
||||
@@ -49,8 +49,7 @@ namespace Ichni.Editor.Commands
|
||||
|
||||
ReflectionHelper.SetDeepValue(target, path, newValue);
|
||||
target.Refresh();
|
||||
|
||||
|
||||
RefreshInspectorIfMatched();
|
||||
}
|
||||
|
||||
public bool TryMerge(ICommand other)
|
||||
|
||||
Reference in New Issue
Block a user