diff --git a/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx b/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx index 383d3d5dc..d3775452a 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx +++ b/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx @@ -342,8 +342,9 @@ namespace { { StdMeshersGUI_ObjectReferenceParamWdg* w = new StdMeshersGUI_ObjectReferenceParamWdg( filter, 0, /*multiSel=*/true); - w->SetObjects( objEntries ); + //RNV: Firstly, activate selection, then set objects w->activateSelection(); + w->SetObjects( objEntries ); return w; }