From cffb59d0e30a9977382b988c17b83b57c000ed6e Mon Sep 17 00:00:00 2001 From: rkv Date: Thu, 5 Dec 2013 07:42:54 +0000 Subject: [PATCH] Fix for the bug #98: popup Observe: "Observe image" item is hidden now. --- src/HYDROGUI/HYDROGUI_Module.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2