From e8cb54d2941ae7d6fe0074efb15be2effed83911 Mon Sep 17 00:00:00 2001 From: adv Date: Wed, 20 Nov 2013 07:32:14 +0000 Subject: [PATCH] Show\hide operation is granted for all other operations (issues 69 and 101). --- src/HYDROGUI/HYDROGUI_ShowHideOp.h | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.39.2