Make sure well log tracks aren't draggable in Release 2019.11

This commit is contained in:
Gaute Lindkvist
2019-12-04 15:38:08 +01:00
parent a8454450eb
commit ebea35d6a8

View File

@@ -139,7 +139,6 @@ void RiuGridPlotWindow::addPlot( RiuQwtPlotWidget* plotWidget )
//--------------------------------------------------------------------------------------------------
void RiuGridPlotWindow::insertPlot( RiuQwtPlotWidget* plotWidget, size_t index )
{
plotWidget->setDraggable( true ); // Becomes draggable when added to a grid plot window
m_plotWidgets.insert( static_cast<int>( index ), plotWidget );
QLabel* subTitle = new QLabel( plotWidget->plotDefinition()->description() );