From: nds Date: Thu, 24 Apr 2008 15:46:47 +0000 (+0000) Subject: Triggered print action signal(not activated) X-Git-Tag: TG_ACHERON_V9_0_6~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7bb6cc916fbbc2b5698ec304abde6943554a95a6;p=modules%2Fgui.git Triggered print action signal(not activated) --- diff --git a/src/Plot2d/Plot2d_ViewWindow.cxx b/src/Plot2d/Plot2d_ViewWindow.cxx index 0cde75a62..aaaf1046d 100755 --- a/src/Plot2d/Plot2d_ViewWindow.cxx +++ b/src/Plot2d/Plot2d_ViewWindow.cxx @@ -391,7 +391,7 @@ void Plot2d_ViewWindow::createActions() tr( "MNU_PRINT_VIEW" ), 0, this); aAction->setStatusTip( tr( "DSC_PRINT_VIEW" ) ); - connect( aAction, SIGNAL( activated() ), this, SLOT( onPrintView() ) ); + connect( aAction, SIGNAL( triggered( bool ) ), this, SLOT( onPrintView() ) ); myActionsMap[ PrintId ] = aAction; // Set initial values