guard for invalid root object
BUG:332361
This commit is contained in:
parent
e64ab583c5
commit
ff7aebb1e2
@ -89,7 +89,7 @@ void PanelConfigView::showAddWidgetDialog()
|
||||
|
||||
void PanelConfigView::syncGeometry()
|
||||
{
|
||||
if (!m_containment) {
|
||||
if (!m_containment || !rootObject()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user