Skip to content

qpaeq: fix: resizing on HiDPI

Yaroslav Klyuyev requested to merge imposeren/pulseaudio:patch-1 into master

On high-dpi setups resizing qpaeq caused infinite recalculations because event.oldSize().width() returned irrelevant values that resulted in "thousands of sliders desired". Using different approach that may be not as accurate, but works on HiDPI setups without issues.

Long-running continuous resizing caused recalculations to be done for each event that was not really necessary.

Merge request reports