Fix for the issue "0021788: [CEA 622] preview on boolean operations : no preview".

This commit is contained in:
rnv 2012-08-08 11:43:47 +00:00
parent 8fb1906b75
commit 8f307e271d

View File

@ -224,6 +224,7 @@ void BooleanGUI_Dialog::SelectionIntoArgument()
if (myEditCurrentArgument == myGroup->LineEdit1) myObject1.nullify();
else if (myEditCurrentArgument == myGroup->LineEdit2) myObject2.nullify();
}
processPreview();
}
//=================================================================================