[dolphin] [Bug 500009] Long filename tooltips open in a window instead of tooltip
"Akseli Lahtinen" <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kfm |
|---|---|
| Message-ID | <[email protected]/> |
https://bugs.kde.org/show_bug.cgi?id=500009 Akseli Lahtinen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/syst | |em/dolphin/-/commit/99c48ac | |c8ea5e614e447a8f62d92c8d12e | |9cf58b --- Comment #4 from Akseli Lahtinen <[email protected]> --- Git commit 99c48acc8ea5e614e447a8f62d92c8d12e9cf58b by Akseli Lahtinen. Committed on 27/02/2025 at 12:05. Pushed by akselmo into branch 'master'. dolphinview: Add widget parameter to elided QToolTip::showText Without this parameter the QToolTip can not always determine what is the parent, so it will create a toplevel window in those cases. Make sure we have dolphinview itself as a widget there, so QToolTip and thus QtWayland can resolve what is the parent. This avoids creating random windows when opening a tooltip. M +1 -1 src/views/dolphinview.cpp https://invent.kde.org/system/dolphin/-/commit/99c48acc8ea5e614e447a8f62d92c8d12e9cf58b -- You are receiving this mail because: You are on the CC list for the bug.