]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/SalomeApp/SalomeApp_Study.cxx
Salome HOME
fix for infinity cycle in method 'children'
[modules/gui.git] / src / SalomeApp / SalomeApp_Study.cxx
index 59ce63e0530255e71aee9e04bcc9afa7f186ef34..98b68ca27ec5402ab1345da10456d6f1ef336fb4 100644 (file)
@@ -596,6 +596,7 @@ void SalomeApp_Study::children( const QString& entry, QStringList& child_entries
   {
     _PTR(SObject) val( anIter->Value() );
     child_entries.append( val->GetID() );
+    anIter->Next();
   }
 }