mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Always hide drop target for Grid Plots in release-2019.11
This commit is contained in:
parent
f795dfcf11
commit
62655e17c6
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user