https://bugs.kde.org/show_bug.cgi?id=436681

--- Comment #2 from firewalker <firew4l...@gmail.com> ---
OK. I think the problem is in file kmixdockwidget.cpp. 

// Now handle Multihead displays. And also make sure that the dialog is not    
// moved out-of-the screen on the right (see Bug 101742).
const QScreen *screen = QGuiApplication::screenAt(pos);
if (screen==nullptr) return;

line 354 const QScreen *screen = QGuiApplication::screenAt(pos);

should change to 

const QScreen *screen = QGuiApplication::screenAt(QCursor::pos());

With this change kmix seems to work OK with scale factors.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to