if a containment gets removed, remove from bookeeping
CCBUG:332593
This commit is contained in:
parent
c452c055da
commit
141df3d98d
@ -430,6 +430,10 @@ void ShellCorona::createWaitingPanels()
|
||||
|
||||
d->panelViews[cont]->setScreen(QGuiApplication::screens()[screen]);
|
||||
d->panelViews[cont]->setContainment(cont);
|
||||
connect(cont, &PanelView::destroyed,
|
||||
[=](QObject *obj) {
|
||||
d->panelViews.remove(cont);
|
||||
});
|
||||
}
|
||||
d->waitingPanels.clear();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user