return on emptying the tooltip
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=771375
This commit is contained in:
parent
c7779d983e
commit
476eb885cb
@ -521,6 +521,7 @@ void Widget::setToolTip(const ToolTipData &tip)
|
|||||||
tip.mainText.isEmpty()) {
|
tip.mainText.isEmpty()) {
|
||||||
delete d->toolTip;
|
delete d->toolTip;
|
||||||
d->toolTip = 0;
|
d->toolTip = 0;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!d->toolTip) {
|
if (!d->toolTip) {
|
||||||
|
Loading…
Reference in New Issue
Block a user