From 99dc67668f1f9aec4ae8376298e2739aba785897 Mon Sep 17 00:00:00 2001 From: dmv Date: Wed, 28 Jan 2009 09:33:59 +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 566a9852..d5b59c79 100644 --- a/src/VISUGUI/VisuGUI_GaussPointsDlg.cxx +++ b/src/VISUGUI/VisuGUI_GaussPointsDlg.cxx @@ -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); -- 2.39.2