mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#895 Ensure property editor is updated after all project data is loaded
This commit is contained in:
@@ -100,6 +100,11 @@ void RiuMainPlotWindow::initializeGuiNewProjectLoaded()
|
||||
setPdmRoot(RiaApplication::instance()->project());
|
||||
restoreTreeViewState();
|
||||
|
||||
if (m_pdmUiPropertyView && m_pdmUiPropertyView->currentObject())
|
||||
{
|
||||
m_pdmUiPropertyView->currentObject()->uiCapability()->updateConnectedEditors();
|
||||
}
|
||||
|
||||
refreshToolbars();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user