drawing the background by default requires us setting that up on applet start for the case of odd applets that don't ever change their size or do any other geometry upsetting things. plasmoidviewer weather
was the testcase for this one.
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=734138
This commit is contained in:
parent
faaaf298a7
commit
25fdb2adf5
@ -156,6 +156,7 @@ public:
|
||||
}
|
||||
}
|
||||
}
|
||||
applet->setDrawStandardBackground(true);
|
||||
}
|
||||
|
||||
// put all setup routines for script here. at this point we can assume that
|
||||
@ -706,7 +707,6 @@ void Applet::flushUpdatedConstraints()
|
||||
if (layout()) {
|
||||
layout()->update();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
int Applet::type() const
|
||||
|
Loading…
Reference in New Issue
Block a user