mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove wrong signal connection in Analysis Plot
This commit is contained in:
parent
ef12893228
commit
02b193af43
@ -846,10 +846,6 @@ RiuQwtPlotWidget* RimAnalysisPlot::doCreatePlotViewWidget( QWidget* mainWindowPa
|
|||||||
if ( !m_plotWidget )
|
if ( !m_plotWidget )
|
||||||
{
|
{
|
||||||
m_plotWidget = new RiuQwtPlotWidget( this, mainWindowParent );
|
m_plotWidget = new RiuQwtPlotWidget( this, mainWindowParent );
|
||||||
|
|
||||||
this->connect( m_plotWidget, SIGNAL( plotZoomed() ), SLOT( onPlotZoomed() ) );
|
|
||||||
|
|
||||||
// updatePlotTitle();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return m_plotWidget;
|
return m_plotWidget;
|
||||||
|
Loading…
Reference in New Issue
Block a user