Skip to content

PanelView: fix panel overlapping windows when Qt scaling is enabled

Fushan Wen requested to merge work/fuf/471480 into master

KX11Extras::setExtendedStrut(...) will multiply struct.* by DPR, so passing raw coordinates to a struct is wrong. Sizes are already divided by DPR on X11.

BUG: 456453 FIXED-IN: 5.27.8

See the two KolorPaint windows

Requires frameworks/kwindowsystem!113 (merged)

Edited by Fushan Wen

Merge request reports