]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #177 Display Import feartures in the history
authorsbh <sergey.belash@opencascade.com>
Tue, 28 Oct 2014 08:22:30 +0000 (11:22 +0300)
committersbh <sergey.belash@opencascade.com>
Tue, 28 Oct 2014 08:22:30 +0000 (11:22 +0300)
src/ExchangePlugin/ExchangePlugin_ImportFeature.h

index 3745d16607caaa0f0b9c7565538c6c4cf276921b..f5747807267792edae667eea97e399c0c32cc6b6 100644 (file)
@@ -57,7 +57,7 @@ class ExchangePlugin_ImportFeature : public ModelAPI_Feature
 
   EXCHANGEPLUGIN_EXPORT virtual bool isInHistory()
   {
-    return false;
+    return true;
   }
 
  protected: