mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6060 Fix spelling of RimPlotCurve::setVisibility.
This commit is contained in:
@@ -427,7 +427,7 @@ bool RimPlotCurve::isCurveVisible() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimPlotCurve::setCurveVisiblity( bool visible )
|
||||
void RimPlotCurve::setCurveVisibility( bool visible )
|
||||
{
|
||||
m_showCurve = visible;
|
||||
}
|
||||
|
||||
@@ -81,7 +81,7 @@ public:
|
||||
void resetAppearance();
|
||||
|
||||
bool isCurveVisible() const;
|
||||
void setCurveVisiblity( bool visible );
|
||||
void setCurveVisibility( bool visible );
|
||||
|
||||
void updateCurveName();
|
||||
void updateCurveNameAndUpdatePlotLegendAndTitle();
|
||||
|
||||
Reference in New Issue
Block a user