Skip to content

Improve and fix equalizer interactive widget behavior

Timothee Chabat requested to merge timothee.chabat/vtk:fixEqualizerWidget into master
  • do not call this->Modify() anymore, as it is unnecessary and mess with ParaView behavior
  • allow to move directly a newly created point
  • add middle click interaction to remove points as it is the default behavior in most paraview widgets

Merge request reports