当ActionViewer的ActionElement变更时直接更新MarginCorrection_Indentation值
This commit is contained in:
@@ -584,7 +584,7 @@ namespace Deedy.Activity
|
||||
else this.ClearValue(ElementIconPropertyKey);
|
||||
}
|
||||
}
|
||||
|
||||
this.MarginCorrection_Indentation = new Thickness(newValue.DepthLevel * ActionViewer.IndentRuler, 0, 0, 0);
|
||||
if (newValue.IsLocked)
|
||||
{
|
||||
this.IsDraggable = false;
|
||||
|
||||
Reference in New Issue
Block a user