From 89af3a1499d8a51176776872c43c79808ec95ea0 Mon Sep 17 00:00:00 2001 From: Paul RASCLE Date: Fri, 27 May 2016 18:04:22 +0200 Subject: [PATCH] CurveCreator widget: mask detection mode, not implemented --- src/CurveCreator/CurveCreator_Widget.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CurveCreator/CurveCreator_Widget.cxx b/src/CurveCreator/CurveCreator_Widget.cxx index fc31c7dd6..64a884e8a 100644 --- a/src/CurveCreator/CurveCreator_Widget.cxx +++ b/src/CurveCreator/CurveCreator_Widget.cxx @@ -165,9 +165,9 @@ CurveCreator_Widget::CurveCreator_Widget(QWidget* parent, anAct->setCheckable(true); connect(anAct, SIGNAL(triggered(bool)), this, SLOT(onDetectionMode(bool)) ); connect(anAct, SIGNAL(toggled(bool)), this, SLOT(onModeChanged(bool)) ); - if ( !(theActionFlags & DisableDetectionMode) ) { - aTB->addAction(anAct); - } +// if ( !(theActionFlags & DisableDetectionMode) ) { +// aTB->addAction(anAct); +// } anAct = createAction( CLOSE_SECTIONS_ID, tr("CLOSE_SECTIONS"), QPixmap(), tr("CLOSE_SECTIONS_TLT"), QKeySequence(Qt::ControlModifier|Qt::Key_W) ); -- 2.39.2