Revert "Always hide drop target for Grid Plots in release-2019.11"

* This commit was never meant to go into dev

This reverts commit 62655e17c6.
This commit is contained in:
Gaute Lindkvist
2019-12-04 14:15:44 +01:00
parent e138e1f7e8
commit 3c29ffbfab

View File

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