mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Re-enable flag
This commit is contained in:
parent
7b0d1ab75c
commit
a2bbdd9d23
@ -137,9 +137,8 @@ void RiaPreferencesGrid::appendItems( caf::PdmUiOrdering& uiOrdering )
|
|||||||
auto resdataGrp = uiOrdering.addNewGroup( "ResData Reader Settings" );
|
auto resdataGrp = uiOrdering.addNewGroup( "ResData Reader Settings" );
|
||||||
resdataGrp->add( &m_useResultIndexFile );
|
resdataGrp->add( &m_useResultIndexFile );
|
||||||
|
|
||||||
// TODO: Disabled for the 2024.09 release, enable after release
|
auto opmcGrp = uiOrdering.addNewGroup( "OPM Common Reader Settings" );
|
||||||
// auto opmcGrp = uiOrdering.addNewGroup( "OPM Common Reader Settings" );
|
opmcGrp->add( &m_onlyLoadActiveCells );
|
||||||
// opmcGrp->add( &m_onlyLoadActiveCells );
|
|
||||||
|
|
||||||
const bool setFaultImportSettingsReadOnly = !importFaults();
|
const bool setFaultImportSettingsReadOnly = !importFaults();
|
||||||
|
|
||||||
@ -264,8 +263,7 @@ bool RiaPreferencesGrid::autoComputeDepthRelatedProperties() const
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
bool RiaPreferencesGrid::onlyLoadActiveCells() const
|
bool RiaPreferencesGrid::onlyLoadActiveCells() const
|
||||||
{
|
{
|
||||||
return false;
|
return m_onlyLoadActiveCells;
|
||||||
// return m_onlyLoadActiveCells;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user