Disable multiplot functionality

This commit is contained in:
Gaute Lindkvist
2019-11-20 15:00:25 +01:00
parent d079f233a4
commit 1d4d261129
9 changed files with 3 additions and 101 deletions

View File

@@ -62,7 +62,7 @@
//--------------------------------------------------------------------------------------------------
RiuQwtPlotWidget::RiuQwtPlotWidget( RimPlotInterface* plotTrackDefinition, QWidget* parent )
: QwtPlot( parent )
, m_draggable( true )
, m_draggable( false )
{
m_plotOwner = dynamic_cast<caf::PdmObject*>( plotTrackDefinition );
CAF_ASSERT( m_plotOwner );