bind the panel again to the config dialog
This commit is contained in:
parent
7301f6d8b7
commit
f6765fda8c
@ -43,6 +43,8 @@ PanelConfigView::PanelConfigView(Plasma::Containment *containment, PanelView *pa
|
||||
|
||||
setFlags(Qt::FramelessWindowHint);
|
||||
|
||||
engine()->rootContext()->setContextProperty("panel", panelView);
|
||||
engine()->rootContext()->setContextProperty("configDialog", this);
|
||||
connect(containment, &Plasma::Containment::formFactorChanged,
|
||||
this, &PanelConfigView::syncGeometry);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user