BUG: 394977
FIXED-IN: 5.13.0
Details
Details
- Reviewers
romangg - Group Reviewers
KWin Plasma - Commits
- R108:c44adda40f47: Hide decoration tooltip when the decoration gets destroyed
Untested as my system decides to crash everything
Diff Detail
Diff Detail
- Repository
- R108 KWin
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
Untested as my system decides to crash everything
I've tested it. Seems to be working.
Comment Actions
Do you need the m_toolTipShowing variable at all? On destruct just always calling requestHideToolTip should be possible, not?
Comment Actions
Right, because it's a single tooltip instance for KWin and not per client. Ok, then let's land it like it is.