* UILineChart:更新了一个鼠标拖拽放大的Bug

This commit is contained in:
Sunny 2021-03-06 20:56:24 +08:00
parent f60410b375
commit 7a2f2b498c
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -674,7 +674,7 @@ namespace Sunny.UI
e.Y > Option.Grid.Top && e.Y < Height - Option.Grid.Bottom) e.Y > Option.Grid.Top && e.Y < Height - Option.Grid.Bottom)
{ {
IsMouseDown = true; IsMouseDown = true;
StartPoint = e.Location; StartPoint = StopPoint = e.Location;
} }
} }