should always hide in this case, not just when autohide is set
svn path=/trunk/KDE/kdelibs/; revision=987537
This commit is contained in:
parent
9aa367047c
commit
23cc1662f4
@ -388,7 +388,7 @@ void ToolTipManagerPrivate::toolTipHovered(bool hovered)
|
||||
|
||||
if (hovered) {
|
||||
hideTimer->stop();
|
||||
} else if (delayedHide) {
|
||||
} else {
|
||||
hideTimer->start(500);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user