mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-05 16:44:17 +05:00
Fix for the issue "0021788: [CEA 622] preview on boolean operations : no preview".
This commit is contained in:
parent
8fb1906b75
commit
8f307e271d
@ -224,6 +224,7 @@ void BooleanGUI_Dialog::SelectionIntoArgument()
|
|||||||
if (myEditCurrentArgument == myGroup->LineEdit1) myObject1.nullify();
|
if (myEditCurrentArgument == myGroup->LineEdit1) myObject1.nullify();
|
||||||
else if (myEditCurrentArgument == myGroup->LineEdit2) myObject2.nullify();
|
else if (myEditCurrentArgument == myGroup->LineEdit2) myObject2.nullify();
|
||||||
}
|
}
|
||||||
|
processPreview();
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user