]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
IPAL20955 TC5.1.1: Plot2d scene popup has no "Show, Hide, Show only" items
authordmv <dmv@opencascade.com>
Fri, 20 Mar 2009 09:05:10 +0000 (09:05 +0000)
committerdmv <dmv@opencascade.com>
Fri, 20 Mar 2009 09:05:10 +0000 (09:05 +0000)
src/VISUGUI/VisuGUI.cxx

index 51d3d14ff35a0b9fb7026a602b487993c642ced7..6270789cd8ff0f7aeb4110944eccb2a4703879cc 100644 (file)
@@ -2743,13 +2743,13 @@ VisuGUI
   QString aComponent = "( selcount=1 and canBeDisplayed and isVisuComponent )";
 
   QString anEraseRule = "( selcount>0 and ({true} in $canBeDisplayed) and (" + aPrsVisible +
-    " or (client='ObjectBrowser' and (" + aTableOrContHide + orCurveVisible + "))) ) or " + aComponent;
+    " or ((" + aTableOrContHide + orCurveVisible + "))) ) or " + aComponent;
 
   QString aDisplayRule = "( selcount>0 and ({true} in $canBeDisplayed) and (" + aPrsInvisible +
-    " or (client='ObjectBrowser' and (" + aTableOrContShow + orCurveInvisible + "))) ) or " + aComponent;
+    " or ((" + aTableOrContShow + orCurveInvisible + "))) ) or " + aComponent;
 
   QString aDOnlyRule = "( selcount>0 and ({true} in $canBeDisplayed) and (($type in {'VISU::TMESH' 'VISU::TPOINTMAP3D'" + aPrsAll + "})"
-    " or (client='ObjectBrowser' and ((type='VISU::TTABLE' and nbChildren>0) or"
+    " or (((type='VISU::TTABLE' and nbChildren>0) or"
     " ($type in {'VISU::TCURVE' 'VISU::TCONTAINER'})))) ) or" + aComponent;
 
   mgr->setRule( action( VISU_ERASE ), anEraseRule, true );