Avoid update connected editors

The call to updateConnectedEditors is very time consuming for summary models with many vectors. Testing indicates that this update is not required.
This commit is contained in:
Magne Sjaastad 2023-08-17 15:41:24 +02:00
parent 533b0805c0
commit b0edce4839

View File

@ -174,11 +174,6 @@ void RiuPlotMainWindow::initializeGuiNewProjectLoaded()
setPdmRoot( RimProject::current() );
restoreTreeViewState();
if ( m_pdmUiPropertyView && m_pdmUiPropertyView->currentObject() )
{
m_pdmUiPropertyView->currentObject()->uiCapability()->updateConnectedEditors();
}
auto sumPlotManager = dynamic_cast<RimSummaryPlotManager*>( m_summaryPlotManager.get() );
if ( sumPlotManager )
{