From: dmv Date: Wed, 12 Nov 2008 10:51:19 +0000 (+0000) Subject: It's not possible to changed and see properties(opacity and line width) on any presen... X-Git-Tag: V4_1_0_maintainance_20081113 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fa168f9ded44b09204b5aa10008ed054258498c4;p=modules%2Fvisu.git It's not possible to changed and see properties(opacity and line width) on any presentation --- 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(); }