mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-03 21:30:35 +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);
|
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