几个小bug

This commit is contained in:
艾竹
2023-04-05 08:57:31 +08:00
parent 4c54318b9a
commit fccac1da23
4 changed files with 30 additions and 4 deletions

View File

@@ -198,6 +198,7 @@ namespace AIStudio.Wpf.DiagramDesigner
xOffset += vector.X;
yOffset += vector.Y;
}
this.ScrollViewer.ScrollToHorizontalOffset(xOffset);
this.ScrollViewer.ScrollToVerticalOffset(yOffset);
}
}