Skip to content

Slider: Fix up RTL mode

ivan tkachenko requested to merge work/ratijas/slider-rtl into master

Re-binding LayoutMirroring on every control is a bad practice, because it essentially disregards parent hierarchy preference.

MouseArea should opt out of inheriting mirroring for its anchors, because control's padding which it binds to are not mirrored automatically.

Left-to-Right RTL
Before image image
After image image

Not targeting KF5, because inheriting un-mirroring is unfixably broken there anyway.

Merge request reports