]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
It's not possible to changed and see properties(opacity and line width) on any presen... V4_1_0_maintainance_20081113
authordmv <dmv@opencascade.com>
Wed, 12 Nov 2008 10:51:19 +0000 (10:51 +0000)
committerdmv <dmv@opencascade.com>
Wed, 12 Nov 2008 10:51:19 +0000 (10:51 +0000)
src/VISUGUI/VisuGUI_PopupTools.cxx

index b61e6499b778b08c0f23a5bda2847f2227eae985..cafcb0932d962ba4cd6037023cb3ef691129c50d 100644 (file)
@@ -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();
 }