(#396) Replot on data update

This commit is contained in:
Jacob Støren 2015-09-02 10:52:12 +02:00
parent e44a78cf57
commit 7e676ddfed

View File

@ -72,7 +72,7 @@ void RimWellLogPlotCurve::fieldChangedByUi(const caf::PdmFieldHandle* changedFie
m_plotCurve->detach();
}
m_plot->replot();
}
m_plotCurve->setTitle(this->m_userName());
@ -120,6 +120,7 @@ void RimWellLogPlotCurve::updatePlotData()
{
wellLogPlot->updateAvailableDepthRange();
}
m_plot->replot();
}
//--------------------------------------------------------------------------------------------------
@ -255,6 +256,8 @@ void RimWellLogEclipseCurve::updatePlotData()
wellLogPlot->updateAvailableDepthRange();
}
}
m_plot->replot();
}
//--------------------------------------------------------------------------------------------------