Remove wrong signal connection in Analysis Plot

This commit is contained in:
Gaute Lindkvist 2020-09-09 19:51:55 +02:00
parent ef12893228
commit 02b193af43

View File

@ -846,10 +846,6 @@ RiuQwtPlotWidget* RimAnalysisPlot::doCreatePlotViewWidget( QWidget* mainWindowPa
if ( !m_plotWidget )
{
m_plotWidget = new RiuQwtPlotWidget( this, mainWindowParent );
this->connect( m_plotWidget, SIGNAL( plotZoomed() ), SLOT( onPlotZoomed() ) );
// updatePlotTitle();
}
return m_plotWidget;