mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5321 Fix Path ID showing up as case name for summary files.
This commit is contained in:
@@ -178,6 +178,14 @@ RifReaderRftInterface* RimSummaryCase::rftReader()
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimSummaryCase::defineUiTreeOrdering( caf::PdmUiTreeOrdering& uiTreeOrdering, QString uiConfigName /*= ""*/ )
|
||||
{
|
||||
updateTreeItemName();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
@@ -216,8 +224,6 @@ RiaEclipseUnitTools::UnitSystemType RimSummaryCase::unitsSystem()
|
||||
void RimSummaryCase::initAfterRead()
|
||||
{
|
||||
updateOptionSensitivity();
|
||||
|
||||
updateTreeItemName();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user