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
9599b309bc
commit
3903d08b7a
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user