mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 09:20:35 +05:00
IPAL21104 Can't select LSC for the creation of Working Plane
This commit is contained in:
parent
ca6257883d
commit
e79b471b05
@ -363,7 +363,10 @@ void BasicGUI_WorkingPlaneDlg::SetEditCurrentArgument()
|
||||
|
||||
if (send == Group1->PushButton1) {
|
||||
myEditCurrentArgument = Group1->LineEdit1;
|
||||
globalSelection( GEOM_PLANE );
|
||||
TColStd_MapOfInteger aMap;
|
||||
aMap.Add(GEOM_PLANE);
|
||||
aMap.Add(GEOM_MARKER);
|
||||
globalSelection(aMap);
|
||||
}
|
||||
else if (send == Group2->PushButton1) {
|
||||
myEditCurrentArgument = Group2->LineEdit1;
|
||||
|
Loading…
Reference in New Issue
Block a user