Salome HOME
Fix for the bug #98: popup Observe: "Observe image" item is hidden now.
authorrkv <rkv@opencascade.com>
Thu, 5 Dec 2013 07:42:54 +0000 (07:42 +0000)
committerrkv <rkv@opencascade.com>
Thu, 5 Dec 2013 07:42:54 +0000 (07:42 +0000)
src/HYDROGUI/HYDROGUI_Module.cxx

index 000ba16cc510a53ddeeddcf14dbe845ea2f36868..3433e99aec960b32d6376441fc60762b015dd008 100644 (file)
@@ -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();