Always hide drop target for Grid Plots in release-2019.11

This commit is contained in:
Gaute Lindkvist 2019-12-04 09:44:57 +01:00
parent 9599b309bc
commit 3903d08b7a

View File

@ -547,7 +547,7 @@ void RiuMultiPlotWindow::reinsertPlotWidgets()
{
m_gridLayout->addWidget( m_dropTargetPlaceHolder, 0, 0 );
m_gridLayout->setRowStretch( 0, 1 );
m_dropTargetPlaceHolder->setVisible( true );
m_dropTargetPlaceHolder->setVisible( false );
}
else
{