X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH_SWIG%2FSMESH_test1_AndDisplay.py;h=0c510a12925ecee5c85618737c8b3eeba0061895;hb=b7c268a645ad744752b5b3177560046c9d59f2bc;hp=f060cbe8bd52aea11172bf2ca0268c22aa470362;hpb=7eda9ca931ed2a11cb5e4637e4ffe19f5c061115;p=modules%2Fsmesh.git diff --git a/src/SMESH_SWIG/SMESH_test1_AndDisplay.py b/src/SMESH_SWIG/SMESH_test1_AndDisplay.py index f060cbe8b..0c510a129 100644 --- a/src/SMESH_SWIG/SMESH_test1_AndDisplay.py +++ b/src/SMESH_SWIG/SMESH_test1_AndDisplay.py @@ -111,7 +111,7 @@ smesh.SetName(hypArea2, "MaxElementArea_500") mesh.Compute() -salome.sg.updateObjBrowser(1); +salome.sg.updateObjBrowser(True) sg = salome.ImportComponentGUI('SMESH') if type(sg) != type(salome.salome_ComponentGUI):