don't mess with size policies applets have chosen, at least with
ignoreaspectRatio applets (aspectratio and sizepolicy sounds really colliding concepts ah, 4.0 leftovers i love you) svn path=/trunk/KDE/kdelibs/; revision=977593
This commit is contained in:
parent
81244eb86a
commit
ed608afc54
@ -1398,6 +1398,11 @@ void Containment::closeToolBox()
|
||||
}
|
||||
}
|
||||
|
||||
bool Containment::isToolBoxOpen() const
|
||||
{
|
||||
return (d->toolBox && d->toolBox->showing());
|
||||
}
|
||||
|
||||
void Containment::addAssociatedWidget(QWidget *widget)
|
||||
{
|
||||
Applet::addAssociatedWidget(widget);
|
||||
|
Loading…
x
Reference in New Issue
Block a user