From: dmv Date: Fri, 2 Oct 2009 08:36:25 +0000 (+0000) Subject: 0020500: EDF 1127 VISU: "Display" and "Display only" bug using python script X-Git-Tag: V5_1_main_20091008~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e644284a1b765be276948ca6ebe00c71695f3645;p=modules%2Fvisu.git 0020500: EDF 1127 VISU: "Display" and "Display only" bug using python script --- diff --git a/src/VISU_I/VISU_ViewManager_i.cc b/src/VISU_I/VISU_ViewManager_i.cc index 88fd6973..a5790828 100644 --- a/src/VISU_I/VISU_ViewManager_i.cc +++ b/src/VISU_I/VISU_ViewManager_i.cc @@ -305,7 +305,7 @@ namespace VISU { } else { if(theDisplaing > eDisplay) anVISUActor->VisibilityOff(); - else + else if ( theDisplaing < eDisplay ) anVISUActor->VisibilityOn(); } }