From: adv Date: Wed, 20 Nov 2013 07:32:14 +0000 (+0000) Subject: Show\hide operation is granted for all other operations (issues 69 and 101). X-Git-Tag: BR_hydro_v_0_3_1~53 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e8cb54d2941ae7d6fe0074efb15be2effed83911;p=modules%2Fhydro.git Show\hide operation is granted for all other operations (issues 69 and 101). --- diff --git a/src/HYDROGUI/HYDROGUI_ShowHideOp.h b/src/HYDROGUI/HYDROGUI_ShowHideOp.h index dbd0d79b..a04cbb4d 100644 --- a/src/HYDROGUI/HYDROGUI_ShowHideOp.h +++ b/src/HYDROGUI/HYDROGUI_ShowHideOp.h @@ -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();