mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Summary improvements
* #9424 Show vector name in curve names when history vector is present * #9426 Curve Legend disappears when curve is unchecked * Remove duplicate call to visibilityChanged * Remove unused code
This commit is contained in:
@@ -2031,11 +2031,12 @@ QString RimEnsembleCurveSet::createAutoName() const
|
||||
RimSummaryPlot* plot = nullptr;
|
||||
firstAncestorOrThisOfTypeAsserted( plot );
|
||||
|
||||
QString curveSetName =
|
||||
m_summaryAddressNameTools->curveNameY( m_yValuesSummaryAddress->address(), plot->plotTitleHelper() );
|
||||
QString curveSetName = m_summaryAddressNameTools->curveNameY( m_yValuesSummaryAddress->address(),
|
||||
plot->plotTitleHelper(),
|
||||
plot->plotTitleHelper() );
|
||||
if ( curveSetName.isEmpty() )
|
||||
{
|
||||
curveSetName = m_summaryAddressNameTools->curveNameY( m_yValuesSummaryAddress->address(), nullptr );
|
||||
curveSetName = m_summaryAddressNameTools->curveNameY( m_yValuesSummaryAddress->address(), nullptr, nullptr );
|
||||
}
|
||||
|
||||
if ( curveSetName.isEmpty() )
|
||||
|
||||
Reference in New Issue
Block a user