mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix y-axis text for observed data
This commit is contained in:
parent
0909d820d2
commit
3e39866f6f
@ -232,10 +232,11 @@ QString RimSummaryPlotAxisFormatter::autoAxisTitle() const
|
||||
quantityNameForDisplay += quantityName;
|
||||
quantityNameForDisplay += ")";
|
||||
}
|
||||
else
|
||||
{
|
||||
quantityNameForDisplay += quantityName;
|
||||
}
|
||||
|
||||
if ( quantityNameForDisplay.empty() )
|
||||
{
|
||||
quantityNameForDisplay = quantityName;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user