re-set the window preview when the size changes, since its behaviour
depends from the tooltip size BUG:177378 svn path=/trunk/KDE/kdelibs/; revision=896526
This commit is contained in:
parent
19e5467675
commit
eee1671b3c
@ -266,6 +266,7 @@ void ToolTip::resizeEvent(QResizeEvent *e)
|
||||
QWidget::resizeEvent(e);
|
||||
d->background->resizeFrame(size());
|
||||
setMask(d->background->mask());
|
||||
d->preview->setInfo();
|
||||
}
|
||||
|
||||
void ToolTip::paintEvent(QPaintEvent *e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user