mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename variable
This commit is contained in:
parent
17e38130fc
commit
27192e8096
@ -180,7 +180,7 @@ caf::PdmFieldHandle* RimPlotCurve::objectToggleField()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimPlotCurve::updateCurveVisibility(bool updateParent)
|
||||
void RimPlotCurve::updateCurveVisibility(bool updateParentPlot)
|
||||
{
|
||||
bool isVisibleInPossibleParent = true;
|
||||
|
||||
@ -199,7 +199,7 @@ void RimPlotCurve::updateCurveVisibility(bool updateParent)
|
||||
m_qwtPlotCurve->detach();
|
||||
}
|
||||
|
||||
if (updateParent)
|
||||
if (updateParentPlot)
|
||||
{
|
||||
updateZoomInParentPlot();
|
||||
}
|
||||
|
@ -92,7 +92,7 @@ public:
|
||||
|
||||
QString curveName() const { return m_curveName; }
|
||||
|
||||
void updateCurveVisibility(bool updateParent);
|
||||
void updateCurveVisibility(bool updateParentPlot);
|
||||
void updateLegendEntryVisibilityAndPlotLegend();
|
||||
void updateLegendEntryVisibilityNoPlotUpdate();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user