From 6d0fc97ca414d212668d9b5ae3059de71ba49d1c Mon Sep 17 00:00:00 2001 From: abd Date: Wed, 13 Sep 2006 09:15:01 +0000 Subject: [PATCH] Rollback regregression in QA automatic testing --- src/LightApp/LightApp_Application.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/LightApp/LightApp_Application.cxx b/src/LightApp/LightApp_Application.cxx index 52e1bc610..7dffb1f0e 100644 --- a/src/LightApp/LightApp_Application.cxx +++ b/src/LightApp/LightApp_Application.cxx @@ -1628,7 +1628,8 @@ QWidget* LightApp_Application::createWindow( const int flag ) { OB_Browser* ob = new OB_Browser( desktop() ); ob->setAutoUpdate( true ); - ob->setAutoOpenLevel( 1 ); + //QA regression automatic tests + //ob->setAutoOpenLevel( 1 ); ob->setCaption( tr( "OBJECT_BROWSER" ) ); OB_ListView* ob_list = dynamic_cast( const_cast( ob->listView() ) ); -- 2.39.2