Tried to improve readability by renaming in the plot classes.

This commit is contained in:
Jacob Støren
2015-10-27 14:44:53 +01:00
parent 4a12eecd0c
commit 0a45354bd9
19 changed files with 222 additions and 225 deletions

View File

@@ -179,7 +179,7 @@ void RimWellLogExtractionCurve::updatePlotData()
{
RimWellLogPlotCurve::updatePlotConfiguration();
if (isCurveVisibile())
if (isCurveVisible())
{
// Make sure we have set correct case data into the result definitions.
@@ -255,10 +255,10 @@ void RimWellLogExtractionCurve::updatePlotData()
}
}
m_plotCurve->setCurveData(m_curveData.p());
m_qwtPlotCurve->setCurveData(m_curveData.p());
updateTrackAndPlotFromCurveData();
if (m_plot) m_plot->replot();
if (m_ownerQwtTrack) m_ownerQwtTrack->replot();
}
}