]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix for Bug IPAL11964:
authorenk <enk@opencascade.com>
Mon, 27 Mar 2006 10:43:54 +0000 (10:43 +0000)
committerenk <enk@opencascade.com>
Mon, 27 Mar 2006 10:43:54 +0000 (10:43 +0000)
TC: Values in "Change Clipping" dialog box are not taken by "New"

src/VISUGUI/VisuGUI_ClippingDlg.cxx

index d0ff68478199ded89328979237308b6dbe1bb10b..7efe49051c2e58fa16595c9cb54df17ce6a028fe 100644 (file)
@@ -655,6 +655,9 @@ void VisuGUI_ClippingDlg::onSelectPlane(int theIndex)
 //=================================================================================
 void VisuGUI_ClippingDlg::ClickOnNew()
 {
+  if(!AutoApplyCheckBox->isChecked())
+    ClickOnApply();
+  
   if (!myPrs3d)
     return;