Skip to content

Fix resolution of double slider widget

The pqDoubleRangeWidget resolution property is an integer specifying an integral number of divisions of the slider. It was incorrectly specified as a division in terms of double value increment between discrete slider positions. Fix by specifying a number of integral divisions.

Closes #18545 (closed)

Merge request reports