* UILineChart:更新了一个鼠标拖拽放大的Bug
This commit is contained in:
parent
f60410b375
commit
7a2f2b498c
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -674,7 +674,7 @@ namespace Sunny.UI
|
||||
e.Y > Option.Grid.Top && e.Y < Height - Option.Grid.Bottom)
|
||||
{
|
||||
IsMouseDown = true;
|
||||
StartPoint = e.Location;
|
||||
StartPoint = StopPoint = e.Location;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user