Skip to content
Snippets Groups Projects
Commit a33f6799 authored by Marcus D. Hanwell's avatar Marcus D. Hanwell Committed by Kitware Robot
Browse files

Merge topic 'charts-mouse-api'

be16c83a COMP: Missed one legacy mouse access.
parents e0b7856b be16c83a
No related branches found
No related tags found
No related merge requests found
......@@ -276,7 +276,7 @@ int vtkPiecewisePointHandleItem::IsOverHandle(
//-----------------------------------------------------------------------------
bool vtkPiecewisePointHandleItem::MouseMoveEvent(const vtkContextMouseEvent &mouse)
{
if (mouse.Button == mouse.LEFT_BUTTON)
if (mouse.GetButton() == vtkContextMouseEvent::LEFT_BUTTON)
{
if(this->MouseOverHandleIndex >= 0)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment