Salome HOME
Profile object creation.
authornds <nds@opencascade.com>
Fri, 29 Nov 2013 13:44:39 +0000 (13:44 +0000)
committernds <nds@opencascade.com>
Fri, 29 Nov 2013 13:44:39 +0000 (13:44 +0000)
src/HYDROCurveCreator/CurveCreator_Widget.cxx
src/HYDROCurveCreator/CurveCreator_Widget.h

index c707f80a3a03c5d5a41d9568f0a63e86b3bd6b44..8f624b0616b7aad798a9ab2bb103ca80a930c5c6 100644 (file)
@@ -389,8 +389,6 @@ void CurveCreator_Widget::setObjectsSelected(const AIS_ListOfInteractive& theLis
 //=======================================================================
 void CurveCreator_Widget::reset()
 {
-  // all local contexts should be closed if the viewer is not more used
-  setLocalPointContext( false, true );
 }
 
 //=======================================================================
index f07dde23113eb1147d60378b8b804b7cfc5db37e..7d8d1ee4d0de56364b1bdd6cb89bce828d4d9622 100644 (file)
@@ -66,6 +66,8 @@ public:
   int changeInteractionStyle( int theStyle );
   void setObjectsSelected(const AIS_ListOfInteractive& theList);
 
+  void reset();
+
   //! Return unique section name
   std::string getUniqSectionName(CurveCreator_ICurve* theCurve) const;