From: rnv Date: Wed, 8 Aug 2012 11:43:47 +0000 (+0000) Subject: Fix for the issue "0021788: [CEA 622] preview on boolean operations : no preview". X-Git-Tag: V6_6_0a1~50 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8f307e271d0d0db64b9af2943a7efa38abc6787e;p=modules%2Fgeom.git Fix for the issue "0021788: [CEA 622] preview on boolean operations : no preview". --- 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(); } //=================================================================================