From: nri Date: Fri, 6 Jun 2003 14:33:41 +0000 (+0000) Subject: NRI : Unload correction. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a4fcf76c1823d70553e351e40b392aa09d7c7fe1;p=modules%2Fyacs.git NRI : Unload correction. --- diff --git a/src/SALOMEGUI/QAD_Study.cxx b/src/SALOMEGUI/QAD_Study.cxx index 9862b252b..b0289587e 100644 --- a/src/SALOMEGUI/QAD_Study.cxx +++ b/src/SALOMEGUI/QAD_Study.cxx @@ -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) ); + } /*!