Skip to content

RFC: Properly position QuickEditor when HiDPI support is on

Vlad Zahorodnii requested to merge work/hidpi-wooes into release/20.08

Currently, the position for the quick editor is specified in the native pixels. But, when the HiDPI support is turned on, QWidget::setGeometry() expects the specified geometry to be in the device-independent pixels.

BUG: 385885

Merge request reports