#5387 Expand new tree view in project tree after loading ODB case.

This commit is contained in:
Gaute Lindkvist 2020-01-29 08:40:21 +01:00
parent 4494c21c8f
commit d071579a7e

View File

@ -88,6 +88,7 @@
#include "RimWellPltPlot.h"
#include "RimWellRftPlot.h"
#include "Riu3DMainWindowTools.h"
#include "RiuViewer.h"
#include "RiuViewerCommands.h"
@ -854,6 +855,7 @@ bool RiaApplication::openOdbCaseFromFile( const QString& fileName, bool applyTim
progress.setProgressDescription( "Loading results information" );
m_project->updateConnectedEditors();
Riu3DMainWindowTools::setExpanded( riv );
return true;
}