From fa168f9ded44b09204b5aa10008ed054258498c4 Mon Sep 17 00:00:00 2001 From: dmv Date: Wed, 12 Nov 2008 10:51:19 +0000 Subject: [PATCH] It's not possible to changed and see properties(opacity and line width) on any presentation --- src/VISUGUI/VisuGUI_PopupTools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISUGUI/VisuGUI_PopupTools.cxx b/src/VISUGUI/VisuGUI_PopupTools.cxx index b61e6499..cafcb093 100644 --- a/src/VISUGUI/VisuGUI_PopupTools.cxx +++ b/src/VISUGUI/VisuGUI_PopupTools.cxx @@ -559,7 +559,7 @@ QString VisuGUI_Selection::isShrunk( const int ind ) const //---------------------------------------------------------------------------- bool VisuGUI_Selection::hasActor( const int ind ) const { - return representation( ind ).isEmpty(); + return !representation( ind ).isEmpty(); } -- 2.39.2