From 1214e9573ca9079efdcac50c62cdd7d5f497bf22 Mon Sep 17 00:00:00 2001 From: asl Date: Wed, 20 Sep 2017 14:31:58 +0300 Subject: [PATCH] refs #1278: automatic expanding level is set to 1 (to expand root HYDRO item) --- src/HYDROGUI/HYDROGUI_DataModel.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HYDROGUI/HYDROGUI_DataModel.cxx b/src/HYDROGUI/HYDROGUI_DataModel.cxx index 988fbf9c..63249c73 100644 --- a/src/HYDROGUI/HYDROGUI_DataModel.cxx +++ b/src/HYDROGUI/HYDROGUI_DataModel.cxx @@ -492,6 +492,7 @@ void HYDROGUI_DataModel::update( const int theStudyId ) if ( !myStates.isEmpty() ) { ob->updateTree(); + ob->setAutoOpenLevel( 1 ); //ob->setOpenStates( myStates, ENTRY_COLUMN ); myStates.clear(); } -- 2.39.2