From 8f307e271d0d0db64b9af2943a7efa38abc6787e Mon Sep 17 00:00:00 2001 From: rnv Date: Wed, 8 Aug 2012 11:43:47 +0000 Subject: [PATCH] Fix for the issue "0021788: [CEA 622] preview on boolean operations : no preview". --- src/BooleanGUI/BooleanGUI_Dialog.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BooleanGUI/BooleanGUI_Dialog.cxx b/src/BooleanGUI/BooleanGUI_Dialog.cxx index a72aba04a..0972a7989 100644 --- a/src/BooleanGUI/BooleanGUI_Dialog.cxx +++ b/src/BooleanGUI/BooleanGUI_Dialog.cxx @@ -224,6 +224,7 @@ void BooleanGUI_Dialog::SelectionIntoArgument() if (myEditCurrentArgument == myGroup->LineEdit1) myObject1.nullify(); else if (myEditCurrentArgument == myGroup->LineEdit2) myObject2.nullify(); } + processPreview(); } //================================================================================= -- 2.39.2