Skip to content

Fix vertical slider groove alignment

Bart De Vries requested to merge work/mogwai/fix-vertical-slider-groove into master

For some reason 'x' gets reset to 0 if it's defined after implicitWidth and/or width. This might be a bug in qt. This adapted implementation corresponds to the implementation in Fusion and Material style, where x and y are also set before implicitWidth and width, and implicitHeight and height, respectively.

before-slider-groove-fix

after-slider-groove-fix

Merge request reports