From f1c5972fa04c160f43de1e7f5fdd17801740ab75 Mon Sep 17 00:00:00 2001 From: sln Date: Wed, 2 Mar 2011 08:37:06 +0000 Subject: [PATCH] Linux: Setup curves does not work --- src/Plot2d/Plot2d_ViewWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plot2d/Plot2d_ViewWindow.cxx b/src/Plot2d/Plot2d_ViewWindow.cxx index cc31f985a..1a29b99cb 100755 --- a/src/Plot2d/Plot2d_ViewWindow.cxx +++ b/src/Plot2d/Plot2d_ViewWindow.cxx @@ -368,7 +368,7 @@ void Plot2d_ViewWindow::createActions() aResMgr->loadPixmap("Plot2d", tr("ICON_CURVES_SETTINGS")), tr("MEN_CURVES_SETTINGS"), 0, this); aAction->setStatusTip( tr( "PRP_CURVES_SETTINGS") ); - connect( aAction, SIGNAL( activated() ), myViewFrame, SLOT( onCurvesSettings() ) ); + connect( aAction, SIGNAL( triggered( bool ) ), myViewFrame, SLOT( onCurvesSettings() ) ); mgr->registerAction( aAction, CurvesSettingsId ); // 9. Clone -- 2.39.2