(#492) Created folder for well log commands, added "New Well Log LAS Curve" feature

This commit is contained in:
Magne Sjaastad
2015-09-18 09:07:06 +02:00
parent b3620355de
commit 0f5fed1768
21 changed files with 198 additions and 39 deletions

View File

@@ -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;
}
}
}