https://bugs.kde.org/show_bug.cgi?id=521151
--- Comment #8 from Waqar Ahmed <[email protected]> --- Following patch fixes it for me: void hideTooltip() { if (!qApp->mouseButtons().testFlag(Qt::LeftButton)) { deleteLater(); } } -- You are receiving this mail because: You are watching all bug changes.
