]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
OB_Browser::openBranch(): Checking of childCount was canceled. (Debug step from child...
authorstv <stv@opencascade.com>
Mon, 14 Nov 2005 07:41:32 +0000 (07:41 +0000)
committerstv <stv@opencascade.com>
Mon, 14 Nov 2005 07:41:32 +0000 (07:41 +0000)
src/ObjBrowser/OB_Browser.cxx

index dfaa688ff0b87a88516d8cf1c0c120885f51c5d7..cb7d2e26b2f59fab4838a9eec1a967ba5e0823be 100755 (executable)
@@ -1081,7 +1081,7 @@ void OB_Browser::autoOpenBranches()
 
 void OB_Browser::openBranch( QListViewItem* item, const int level )
 {
-  if ( !item || level < 1 || !item->childCount() )
+  if ( level < 1 )
     return;
 
   while ( item )