From: dmv Date: Wed, 28 Jan 2009 09:34:50 +0000 (+0000) Subject: IPAL20836 selection jumps to GaussPoints on creation and no bounding box in 3D X-Git-Tag: V4_1_0_maintainance_20090206~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=548ecac718b33adeb469c135fe8cc7982ff08ffe;p=modules%2Fvisu.git IPAL20836 selection jumps to GaussPoints on creation and no bounding box in 3D --- diff --git a/src/VISUGUI/VisuGUI_GaussPointsDlg.cxx b/src/VISUGUI/VisuGUI_GaussPointsDlg.cxx index 3dceca15..a6143c1c 100644 --- a/src/VISUGUI/VisuGUI_GaussPointsDlg.cxx +++ b/src/VISUGUI/VisuGUI_GaussPointsDlg.cxx @@ -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);