]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Show\hide operation is granted for all other operations (issues 69 and 101).
authoradv <adv@opencascade.com>
Wed, 20 Nov 2013 07:32:14 +0000 (07:32 +0000)
committeradv <adv@opencascade.com>
Wed, 20 Nov 2013 07:32:14 +0000 (07:32 +0000)
src/HYDROGUI/HYDROGUI_ShowHideOp.h

index dbd0d79bac90879ef36640c95ca62cbfdd4ecf0a..a04cbb4de115d3a751aa7e582148611b35b470b6 100644 (file)
@@ -33,6 +33,8 @@ public:
   HYDROGUI_ShowHideOp( HYDROGUI_Module* theModule, int theId );
   virtual ~HYDROGUI_ShowHideOp();
 
+  virtual bool               isGranted() const { return true; }
+
 protected:
   virtual void               startOperation();