From 548ecac718b33adeb469c135fe8cc7982ff08ffe Mon Sep 17 00:00:00 2001 From: dmv Date: Wed, 28 Jan 2009 09:34:50 +0000 Subject: [PATCH] IPAL20836 selection jumps to GaussPoints on creation and no bounding box in 3D --- src/VISUGUI/VisuGUI_GaussPointsDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2