#2465 Property panel: Update UI fields from selected result on tree view object changed

This commit is contained in:
Rebecca Cox
2018-02-13 13:29:44 +01:00
parent 2e8a497989
commit 4eb80e83bb
10 changed files with 90 additions and 5 deletions

View File

@@ -1060,6 +1060,15 @@ void RimEclipseResultDefinition::setSelectedSouringTracers(const std::vector<QSt
this->m_selectedSouringTracersUiField = selectedTracers;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimEclipseResultDefinition::updateUiFieldsFromActiveResult()
{
m_resultTypeUiField = m_resultType;
m_resultVariableUiField = resultVariable();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------