update frame when text changes.
svn path=/trunk/KDE/kdelibs/; revision=1048469
This commit is contained in:
parent
1602530c5c
commit
046242bf79
@ -153,6 +153,7 @@ void Frame::setText(QString text)
|
|||||||
d->text = text;
|
d->text = text;
|
||||||
d->syncBorders();
|
d->syncBorders();
|
||||||
updateGeometry();
|
updateGeometry();
|
||||||
|
update();
|
||||||
}
|
}
|
||||||
|
|
||||||
QString Frame::text() const
|
QString Frame::text() const
|
||||||
|
Loading…
Reference in New Issue
Block a user