Skip to content

Avoid too many updates from slider widgets.

Utkarsh Ayachit requested to merge utkarsh.ayachit/paraview:issue_16958 into master

pqIntRangeWidget and pqDoubleRangeWidget now collapse valueEdited() events fired as the user is interacting with the slider. The event is delayed until the user lets go of the slider.

This addresses #16958 (closed).

Merge request reports