mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-19 03:50:33 +05:00
RNV: Fix bug of the editing "Source Faces" hypo: Groups list is empty when editing hypothesis.
This commit is contained in:
parent
b05c8c76a5
commit
e079b751f3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user