]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
IPAL20836 selection jumps to GaussPoints on creation and no bounding box in 3D
authordmv <dmv@opencascade.com>
Wed, 28 Jan 2009 09:34:50 +0000 (09:34 +0000)
committerdmv <dmv@opencascade.com>
Wed, 28 Jan 2009 09:34:50 +0000 (09:34 +0000)
src/VISUGUI/VisuGUI_GaussPointsDlg.cxx

index 3dceca154f267589be7ff7f9b75d37df6a7b099d..a6143c1c9469a3f55183b76ed94254fd3fd2dfaa 100644 (file)
@@ -942,7 +942,7 @@ int VisuGUI_GaussPointsDlg::storeToPrsObject( VISU::ColoredPrs3d_i* thePrs )
     if(anIO && anIO->hasEntry()) {
       aListIO.Append(anIO);
       VISU::UpdateObjBrowser(myModule,true);
-      aSelectionMgr->setSelectedObjects(aListIO);
+      //IPAL20836 aSelectionMgr->setSelectedObjects(aListIO);
     }
     else
       myInputPane->SetRestoreInitialSelection(true);