You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think panning should only be with a left mouse click, not right. When a context menu is being used and panning is enabled then right-clicking causes the chart to jump around. This is a problem if the point of the context menu is to place a markers at the location that was clicked.
I've fixed this in my copy by changing the Chart.Chart_PointerDown function to add a bool parameter indicating if the left mouse button was used, but that breaks backwards compatibility so I don't have a suitable patch to submit.
The text was updated successfully, but these errors were encountered:
I think panning should only be with a left mouse click, not right. When a context menu is being used and panning is enabled then right-clicking causes the chart to jump around. This is a problem if the point of the context menu is to place a markers at the location that was clicked.
I've fixed this in my copy by changing the Chart.Chart_PointerDown function to add a bool parameter indicating if the left mouse button was used, but that breaks backwards compatibility so I don't have a suitable patch to submit.
The text was updated successfully, but these errors were encountered: