From a4fcf76c1823d70553e351e40b392aa09d7c7fe1 Mon Sep 17 00:00:00 2001 From: nri Date: Fri, 6 Jun 2003 14:33:41 +0000 Subject: [PATCH] NRI : Unload correction. --- src/SALOMEGUI/QAD_Study.cxx | 3 +++ 1 file changed, 3 insertions(+) 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) ); + } /*! -- 2.39.2