mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Fix y-axis text for observed data
This commit is contained in:
@@ -232,10 +232,11 @@ QString RimSummaryPlotAxisFormatter::autoAxisTitle() const
|
||||
quantityNameForDisplay += quantityName;
|
||||
quantityNameForDisplay += ")";
|
||||
}
|
||||
else
|
||||
{
|
||||
quantityNameForDisplay += quantityName;
|
||||
}
|
||||
}
|
||||
|
||||
if ( quantityNameForDisplay.empty() )
|
||||
{
|
||||
quantityNameForDisplay = quantityName;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user