Bugfix - make show contour label checkbox work for contour plots

This commit is contained in:
Jon Jenssen
2020-11-04 15:21:17 +01:00
committed by Magne Sjaastad
parent db007dfaab
commit 784e241eb9
3 changed files with 62 additions and 42 deletions

View File

@@ -239,6 +239,14 @@ bool RimContourMapProjection::showContourLines() const
return m_showContourLines();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
bool RimContourMapProjection::showContourLabels() const
{
return m_showContourLabels();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@@ -89,6 +89,7 @@ public:
double sampleSpacingFactor() const;
void setSampleSpacingFactor( double spacingFactor );
bool showContourLines() const;
bool showContourLabels() const;
QString resultAggregationText() const;