Skip to content
  • Utkarsh Ayachit's avatar
    Cleanup undo/stack after interaction in chart views. · 550ecc48
    Utkarsh Ayachit authored
    When on interacted with any of the chart views, it messed up the
    undo/redo stack adding individual undo actions for each mouse move.
    Fixed that by ensuring that the entire interaction gets clubbed in a
    single undo event.
    
    Needed to add new vtkPVContextInteractorStyle class since
    vtkContextInteractorStyle does not fire start/end interaction events
    which are needed to build undo stack properly.
    550ecc48