mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#775 Added user editable curve display name to summary cases
This commit is contained in:
@@ -85,6 +85,8 @@ QString RimGridSummaryCase::summaryHeaderFilename() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimGridSummaryCase::initAfterRead()
|
||||
{
|
||||
RimSummaryCase::updateOptionSensitivity();
|
||||
|
||||
updateUiNames();
|
||||
}
|
||||
|
||||
@@ -95,7 +97,7 @@ void RimGridSummaryCase::updateUiNames()
|
||||
{
|
||||
m_summaryHeaderFilename = summaryHeaderFilename();
|
||||
|
||||
m_userName = baseName();
|
||||
m_userName = curveDisplayName() + " - " + baseName();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user