From 8e0f7131ec9be762db71234cb5d01b3c8aaa1f82 Mon Sep 17 00:00:00 2001 From: ptv Date: Thu, 20 Sep 2007 12:20:17 +0000 Subject: [PATCH] debug --- src/Plot2d/Plot2d_SetupCurveDlg.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Plot2d/Plot2d_SetupCurveDlg.cxx b/src/Plot2d/Plot2d_SetupCurveDlg.cxx index 891ebf2bb..375c09d2e 100644 --- a/src/Plot2d/Plot2d_SetupCurveDlg.cxx +++ b/src/Plot2d/Plot2d_SetupCurveDlg.cxx @@ -364,7 +364,11 @@ void Plot2d_SetupCurveDlg::onCurveChanged() void Plot2d_SetupCurveDlg::onNameChanged( const QString& txt ) { if ( myCurveBox && myCurrent != -1 ) + { + myCurveBox->blockSignals( true ); myCurveBox->changeItem( txt, myCurrent ); + myCurveBox->blockSignals( false ); + } } /*! -- 2.39.2