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