mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 09:40:35 +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();
|
GroupArguments->show();
|
||||||
RadioButton1->setChecked(TRUE);
|
RadioButton1->setChecked(TRUE);
|
||||||
|
|
||||||
|
mySelector = (SMESH::GetViewWindow( mySMESHGUI ))->GetSelector();
|
||||||
|
|
||||||
mySMESHGUI->SetActiveDialogBox(this);
|
mySMESHGUI->SetActiveDialogBox(this);
|
||||||
|
|
||||||
// Costruction of the logical filter for the elements: mesh/sub-mesh/group
|
// Costruction of the logical filter for the elements: mesh/sub-mesh/group
|
||||||
|
Loading…
Reference in New Issue
Block a user