From 20bcfb8f58d46c2d9771f020422204db4446ce0e Mon Sep 17 00:00:00 2001 From: asl Date: Thu, 8 Dec 2005 09:16:20 +0000 Subject: [PATCH] To avoid automatic open of branches of data object tree --- src/LightApp/LightApp_Application.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LightApp/LightApp_Application.cxx b/src/LightApp/LightApp_Application.cxx index 9270ece69..18bf4439e 100644 --- a/src/LightApp/LightApp_Application.cxx +++ b/src/LightApp/LightApp_Application.cxx @@ -1018,7 +1018,7 @@ void LightApp_Application::updateObjectBrowser( const bool updateModels ) if ( objectBrowser() ) { objectBrowser()->updateGeometry(); - objectBrowser()->updateTree(); + objectBrowser()->updateTree( 0, false ); } } -- 2.39.2