Skip to content

use Templates.RangeSlider to not crash

Marco Martin requested to merge work/mart/dontcrash into master

at this point, the parent control is not really an instance of Controls.RangeSlider but rather Templates.RangeSlider. checking for Controls.RangeSlider crashes for a Qt bug but changing to Templates fixes the crash

Merge request reports