]> 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:33:59 +0000 (09:33 +0000)
committerdmv <dmv@opencascade.com>
Wed, 28 Jan 2009 09:33:59 +0000 (09:33 +0000)
src/VISUGUI/VisuGUI_GaussPointsDlg.cxx

index 566a9852df904f0a973258c0339ea7aa9f6b7cfd..d5b59c79c9990317758804fbc5b2f6fbfe0dd274 100644 (file)
@@ -998,7 +998,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);