https://bugs.kde.org/show_bug.cgi?id=510569
--- Comment #2 from Nate Graham <[email protected]> --- The problem is in SelectionEditor::reset(), which sets the devicePixelRatio to qGuiApp->devicePixelRatio(), which in our cases returns a ceil()'ed version of the actual DPR (i.e. 2 instead of 1.25 or 1.75). It should be using QWindow::devicePixelRatio() instead so it can get a more accurate value. -- You are receiving this mail because: You are watching all bug changes.
