mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
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:
parent
533b0805c0
commit
b0edce4839
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user