RFT : Fix several update issues

This commit is contained in:
Magne Sjaastad
2022-06-27 15:16:31 +02:00
parent 0cc4f69ba3
commit 55966ef6e8
3 changed files with 6 additions and 3 deletions

View File

@@ -1020,8 +1020,6 @@ void RimPlotCurve::setParentPlotAndReplot( RiuPlotWidget* plotWidget )
{
CAF_ASSERT( plotWidget );
if ( m_parentPlot == plotWidget ) return;
setParentPlotNoReplot( plotWidget );
plotWidget->replot();
}