mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2290 Summary plot. Full vector name in plot auto title
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include "RifEclipseSummaryAddress.h"
|
||||
|
||||
#include "RimSummaryCase.h"
|
||||
#include "RiuSummaryVectorDescriptionMap.h"
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
@@ -98,7 +99,7 @@ QString RimSummaryPlotNameHelper::plotTitle() const
|
||||
if (!m_titleQuantity.empty())
|
||||
{
|
||||
if (!title.isEmpty()) title += ", ";
|
||||
title += QString::fromStdString(m_titleQuantity);
|
||||
title += QString::fromStdString(RiuSummaryVectorDescriptionMap::instance()->fieldInfo(m_titleQuantity));
|
||||
}
|
||||
|
||||
if (title.isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user