SVN_SILENT: fix the style.
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=756757
This commit is contained in:
parent
1ce57b1d7b
commit
9aaedf4ddc
@ -110,10 +110,12 @@ void ToolTip::slotShowToolTip()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if( d->windowToPreview != 0 ) // show/hide the preview area
|
if( d->windowToPreview != 0 ) {
|
||||||
|
// show/hide the preview area
|
||||||
d->preview->show();
|
d->preview->show();
|
||||||
else
|
} else {
|
||||||
d->preview->hide();
|
d->preview->hide();
|
||||||
|
}
|
||||||
layout()->activate();
|
layout()->activate();
|
||||||
|
|
||||||
d->isShown = true; //ToolTip is visible
|
d->isShown = true; //ToolTip is visible
|
||||||
|
Loading…
Reference in New Issue
Block a user