Remove two FIXMEs: apparently this is needed after all (it screws up the device notifier at least without it).
SVN_SILENT svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=840155
This commit is contained in:
parent
483e30d6b9
commit
4335bba59c
@ -975,8 +975,6 @@ void Icon::setText(const QString& text)
|
|||||||
{
|
{
|
||||||
d->text = text;
|
d->text = text;
|
||||||
// cause a relayout
|
// cause a relayout
|
||||||
// FIXME: is invalidating d->currentSize really necessary?
|
|
||||||
// FIXME: is d->currentSize really necessary at all?
|
|
||||||
d->currentSize = QSizeF(-1, -1);
|
d->currentSize = QSizeF(-1, -1);
|
||||||
resize(sizeFromIconSize(d->iconSize.width()));
|
resize(sizeFromIconSize(d->iconSize.width()));
|
||||||
}
|
}
|
||||||
@ -990,8 +988,6 @@ void Icon::setInfoText(const QString& text)
|
|||||||
{
|
{
|
||||||
d->infoText = text;
|
d->infoText = text;
|
||||||
// cause a relayout
|
// cause a relayout
|
||||||
// FIXME: is invalidating d->currentSize really necessary?
|
|
||||||
// FIXME: is d->currentSize really necessary at all?
|
|
||||||
d->currentSize = QSizeF(-1, -1);
|
d->currentSize = QSizeF(-1, -1);
|
||||||
resize(sizeFromIconSize(d->iconSize.width()));
|
resize(sizeFromIconSize(d->iconSize.width()));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user