mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-03 23:56:37 +08:00
整理序列化
This commit is contained in:
@@ -31,7 +31,7 @@ namespace AIStudio.Wpf.DiagramDesigner.Controls
|
||||
|
||||
void DragThumb_DragDelta(object sender, DragDeltaEventArgs e)
|
||||
{
|
||||
if (this.DataContext is ConnectorPoint point)
|
||||
if (this.DataContext is ConnectorPointModel point)
|
||||
{
|
||||
point.X += e.HorizontalChange;
|
||||
point.Y += e.VerticalChange;
|
||||
|
||||
Reference in New Issue
Block a user