https://bugs.kde.org/show_bug.cgi?id=432860
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/712dbc412275 | |585344f5b13d982939d288a0aea | |2 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #14 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 712dbc412275585344f5b13d982939d288a0aea2 by Vlad Zahorodnii. Committed on 11/02/2022 at 10:08. Pushed by vladz into branch 'master'. wayland: Fix mispositioned decoration tooltips QPlatformScreen::virtualSiblings() must return a list of screens on the virtual desktop, otherwise QToolTip will use QGuiApplication::primaryScreen() instead of looking up the screen where the decoration tooltip must be shown using QDesktopWidget::screenNumber(). M +6 -1 src/plugins/qpa/integration.cpp M +2 -1 src/plugins/qpa/integration.h M +17 -1 src/plugins/qpa/screen.cpp M +4 -1 src/plugins/qpa/screen.h https://invent.kde.org/plasma/kwin/commit/712dbc412275585344f5b13d982939d288a0aea2 -- You are receiving this mail because: You are watching all bug changes.