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 f795dfcf11
commit 62655e17c6

View File

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