Salome HOME
PR: quadtree
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ShowHideOp.h
index dbd0d79bac90879ef36640c95ca62cbfdd4ecf0a..c10e09bf6d00b00df5f6bf52e28ab8b88cd0c679 100644 (file)
@@ -30,9 +30,14 @@ class HYDROGUI_ShowHideOp : public HYDROGUI_Operation
   Q_OBJECT
 
 public:
+
   HYDROGUI_ShowHideOp( HYDROGUI_Module* theModule, int theId );
   virtual ~HYDROGUI_ShowHideOp();
 
+public:
+
+  virtual bool               isGranted() const { return true; }
+
 protected:
   virtual void               startOperation();