mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Ensemble Well Log: hide curves on project reload
This commit is contained in:
parent
13a91aef51
commit
cde2be80a7
@ -1229,6 +1229,12 @@ void RimEnsembleWellLogCurveSet::onFilterSourceChanged( const caf::SignalEmitter
|
||||
void RimEnsembleWellLogCurveSet::initAfterRead()
|
||||
{
|
||||
connectEnsembleCurveSetFilterSignals();
|
||||
|
||||
// Hide the ensemble and statistics curves in the project tree on reload
|
||||
for ( auto c : m_curves() )
|
||||
{
|
||||
c->setUiTreeHidden( true );
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user