mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
Fix for bug IPAL9570 ( 3.0.0: Fatal error during extrusion operation ).
This commit is contained in:
parent
c75bbbb996
commit
895bdbf69e
@ -231,6 +231,8 @@ SMESHGUI_ExtrusionDlg::SMESHGUI_ExtrusionDlg (SMESHGUI* theModule,
|
||||
GroupArguments->show();
|
||||
RadioButton1->setChecked(TRUE);
|
||||
|
||||
mySelector = (SMESH::GetViewWindow( mySMESHGUI ))->GetSelector();
|
||||
|
||||
mySMESHGUI->SetActiveDialogBox(this);
|
||||
|
||||
// Costruction of the logical filter for the elements: mesh/sub-mesh/group
|
||||
|
Loading…
Reference in New Issue
Block a user