mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-01 04:10:34 +05:00
0020044: EDF 866 GEOM: Extrusion along a path : impossible to select a Wire
This commit is contained in:
parent
820d7c8eb9
commit
8999793a64
@ -189,6 +189,11 @@ void GenerationGUI_PipeDlg::SelectionTypeButtonClicked()
|
||||
aMap.Add(GEOM_LINE);
|
||||
globalSelection(aMap);
|
||||
}
|
||||
if(myEditCurrentArgument == GroupPoints->LineEdit2) {
|
||||
myEditCurrentArgument->setText("");
|
||||
myOkPath = false;
|
||||
}
|
||||
displayPreview();
|
||||
}
|
||||
|
||||
//=================================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user