mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Plot curve. Support for setting Z order on curve objects
This commit is contained in:
@@ -539,6 +539,17 @@ void RimPlotCurve::showLegend(bool show)
|
||||
updateLegendEntryVisibilityNoPlotUpdate();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimPlotCurve::setZOrder(double z)
|
||||
{
|
||||
if (m_qwtPlotCurve != nullptr)
|
||||
{
|
||||
m_qwtPlotCurve->setZ(z);
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user