From 4920032497591fa5858baa2156ab059ed73e1ad9 Mon Sep 17 00:00:00 2001 From: jfa Date: Wed, 16 Jan 2013 09:42:27 +0000 Subject: [PATCH] Mantis issue 0021718: EDF 1874: Ergonomic of multi-translation / multi-rotation --- src/TransformationGUI/TransformationGUI_MultiRotationDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TransformationGUI/TransformationGUI_MultiRotationDlg.cxx b/src/TransformationGUI/TransformationGUI_MultiRotationDlg.cxx index 5a0fd01f3..2dd8f51c6 100644 --- a/src/TransformationGUI/TransformationGUI_MultiRotationDlg.cxx +++ b/src/TransformationGUI/TransformationGUI_MultiRotationDlg.cxx @@ -69,7 +69,7 @@ TransformationGUI_MultiRotationDlg::TransformationGUI_MultiRotationDlg mainFrame()->RadioButton3->setAttribute(Qt::WA_DeleteOnClose); mainFrame()->RadioButton3->close(); - bool isAngleStep = true; + bool isAngleStep = false; GroupArgs = new TransformationGUI_2Sel4Spin1Check (centralWidget()); GroupArgs->GroupBox1->setTitle(tr("GEOM_MULTIROTATION_DOUBLE")); -- 2.39.2