diff --git a/ApplicationCode/UserInterface/RiuGridPlotWindow.cpp b/ApplicationCode/UserInterface/RiuGridPlotWindow.cpp index 4e5fe9e276..de0d49027d 100644 --- a/ApplicationCode/UserInterface/RiuGridPlotWindow.cpp +++ b/ApplicationCode/UserInterface/RiuGridPlotWindow.cpp @@ -550,7 +550,7 @@ void RiuGridPlotWindow::reinsertPlotWidgets() { m_gridLayout->addWidget( m_dropTargetPlaceHolder, 0, 0 ); m_gridLayout->setRowStretch( 0, 1 ); - m_dropTargetPlaceHolder->setVisible( true ); + m_dropTargetPlaceHolder->setVisible( false ); } else {