mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#492) Created folder for well log commands, added "New Well Log LAS Curve" feature
This commit is contained in:
@@ -1253,12 +1253,12 @@ void RiuMainWindow::addViewer(QWidget* viewer, const std::vector<int>& windowsGe
|
||||
else
|
||||
{
|
||||
subWindowSize = QSize(400, 400);
|
||||
}
|
||||
|
||||
if (!wellLogPlot && m_mdiArea->subWindowList().size() < 1)
|
||||
{
|
||||
// Show first 3D view maximized
|
||||
showMax = true;
|
||||
if (m_mdiArea->subWindowList().size() < 1)
|
||||
{
|
||||
// Show first 3D view maximized
|
||||
showMax = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user