mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-29 20:53:24 +08:00
xx
This commit is contained in:
@@ -122,7 +122,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
|||||||
this.AddToSelection(true, false);
|
this.AddToSelection(true, false);
|
||||||
|
|
||||||
System.Windows.Application.Current?.Dispatcher.BeginInvoke(new Action(async () => {
|
System.Windows.Application.Current?.Dispatcher.BeginInvoke(new Action(async () => {
|
||||||
await Task.Delay(1000);
|
await Task.Delay(10);
|
||||||
AlignNext(this.Next);
|
AlignNext(this.Next);
|
||||||
}));
|
}));
|
||||||
|
|
||||||
@@ -134,7 +134,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
|||||||
child.AddToSelection(true, false);
|
child.AddToSelection(true, false);
|
||||||
|
|
||||||
System.Windows.Application.Current?.Dispatcher.BeginInvoke(new Action(async () => {
|
System.Windows.Application.Current?.Dispatcher.BeginInvoke(new Action(async () => {
|
||||||
await Task.Delay(1000);
|
await Task.Delay(10);
|
||||||
AlignNext(this.Next);
|
AlignNext(this.Next);
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user