From e33f940604fbed792dca2936167d3f2d62424722 Mon Sep 17 00:00:00 2001 From: ptv Date: Mon, 3 Sep 2007 09:02:09 +0000 Subject: [PATCH] remove toogle property from Edit Legend --- src/Plot2d/Plot2d_ViewWindow.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Plot2d/Plot2d_ViewWindow.cxx b/src/Plot2d/Plot2d_ViewWindow.cxx index 854bc97db..3a3e93190 100755 --- a/src/Plot2d/Plot2d_ViewWindow.cxx +++ b/src/Plot2d/Plot2d_ViewWindow.cxx @@ -248,7 +248,6 @@ void Plot2d_ViewWindow::createActions() tr("MEN_PLOT2D_EDIT_LEGEND"), 0, this); aAction->setStatusTip(tr("PRP_PLOT2D_EDIT_LEGEND")); connect(aAction, SIGNAL(activated()), this, SLOT(onEditLegend())); - aAction->setToggleAction(true); myActionsMap[ EditLegendId ] = aAction; // Settings -- 2.39.2