From 135511c6696e0575bbab9a08fda4573cf45d409a Mon Sep 17 00:00:00 2001 From: enk Date: Mon, 27 Mar 2006 10:43:54 +0000 Subject: [PATCH] Fix for Bug IPAL11964: TC: Values in "Change Clipping" dialog box are not taken by "New" --- src/VISUGUI/VisuGUI_ClippingDlg.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/VISUGUI/VisuGUI_ClippingDlg.cxx b/src/VISUGUI/VisuGUI_ClippingDlg.cxx index d0ff6847..7efe4905 100644 --- a/src/VISUGUI/VisuGUI_ClippingDlg.cxx +++ b/src/VISUGUI/VisuGUI_ClippingDlg.cxx @@ -655,6 +655,9 @@ void VisuGUI_ClippingDlg::onSelectPlane(int theIndex) //================================================================================= void VisuGUI_ClippingDlg::ClickOnNew() { + if(!AutoApplyCheckBox->isChecked()) + ClickOnApply(); + if (!myPrs3d) return; -- 2.39.2