don't crash when expanding applets whilst loading
BUG: 332429
This commit is contained in:
parent
6a6bf8e80c
commit
399e61901f
@ -633,6 +633,7 @@ void AppletQuickItem::setExpanded(bool expanded)
|
||||
}
|
||||
|
||||
if (expanded) {
|
||||
d->createCompactRepresentationExpanderItem();
|
||||
d->createFullRepresentationItem();
|
||||
|
||||
KConfigGroup cg = d->applet->config();
|
||||
|
Loading…
Reference in New Issue
Block a user