]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Triggered print action signal(not activated)
authornds <nds@opencascade.com>
Thu, 24 Apr 2008 15:46:47 +0000 (15:46 +0000)
committernds <nds@opencascade.com>
Thu, 24 Apr 2008 15:46:47 +0000 (15:46 +0000)
src/Plot2d/Plot2d_ViewWindow.cxx

index 0cde75a624a7817e610e7b4bdddf3c73d9317220..aaaf1046d13751018814f616fc697f36f07a2759 100755 (executable)
@@ -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