Salome HOME
NRI : Unload correction.
authornri <nri@opencascade.com>
Fri, 6 Jun 2003 14:33:41 +0000 (14:33 +0000)
committernri <nri@opencascade.com>
Fri, 6 Jun 2003 14:33:41 +0000 (14:33 +0000)
src/SALOMEGUI/QAD_Study.cxx

index 9862b252b32e32b5f02bf42b4fb3d090b84f2d3c..b0289587ec5d38494c073435ba4db28ebf4cae28 100644 (file)
@@ -96,6 +96,9 @@ myPath( path )
 QAD_Study::~QAD_Study ()
 {
   close();
+  //SRN: added - clear selection in case the study will be loaded again so the title will coincide
+  SALOME_Selection::RemoveSelection( QString(myTitle + "_" + mySelection) );
+
 }
 
 /*!