From: rkv Date: Thu, 5 Dec 2013 07:42:54 +0000 (+0000) Subject: Fix for the bug #98: popup Observe: "Observe image" item is hidden now. X-Git-Tag: BR_hydro_v_0_4~34 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cffb59d0e30a9977382b988c17b83b57c000ed6e;p=modules%2Fhydro.git Fix for the bug #98: popup Observe: "Observe image" item is hidden now. --- diff --git a/src/HYDROGUI/HYDROGUI_Module.cxx b/src/HYDROGUI/HYDROGUI_Module.cxx index 000ba16c..3433e99a 100644 --- a/src/HYDROGUI/HYDROGUI_Module.cxx +++ b/src/HYDROGUI/HYDROGUI_Module.cxx @@ -432,7 +432,7 @@ void HYDROGUI_Module::contextMenuPopup( const QString& theClient, theMenu->addAction( action( EditSplittedImageId ) ); } - theMenu->addAction( action( ObserveImageId ) ); + //RKV: BUG#98: theMenu->addAction( action( ObserveImageId ) ); theMenu->addAction( action( ExportImageId ) ); theMenu->addSeparator();