should always hide in this case, not just when autohide is set

svn path=/trunk/KDE/kdelibs/; revision=987537
This commit is contained in:
Aaron J. Seigo 2009-06-26 10:00:16 +00:00
parent 9aa367047c
commit 23cc1662f4

View File

@ -388,7 +388,7 @@ void ToolTipManagerPrivate::toolTipHovered(bool hovered)
if (hovered) {
hideTimer->stop();
} else if (delayedHide) {
} else {
hideTimer->start(500);
}
}