]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To use native capability for widget visibility management
authorapo <apo@opencascade.com>
Tue, 24 Jun 2008 07:39:28 +0000 (07:39 +0000)
committerapo <apo@opencascade.com>
Tue, 24 Jun 2008 07:39:28 +0000 (07:39 +0000)
src/VISUGUI/VisuGUI_Sweep.cxx

index 73b5fe654dce3a3f184bcf50e3cc217c1b2894c6..5a2f81c996e245462b2e8bcdff5fa746610194df 100644 (file)
@@ -232,7 +232,6 @@ VisuGUI_Sweep::VisuGUI_Sweep( VisuGUI* theModule,
   aQtxDockWidget->setVisible( false );
 
   connect( myToggleViewAction, SIGNAL( toggled( bool ) ), this, SLOT( onToggleView( bool ) ) );
-  connect( myToggleViewAction, SIGNAL( toggled( bool ) ), aQtxDockWidget, SLOT( setVisible( bool ) ) );
 
   //----------------------------------------------------------------------------
   myTimer = new QTimer( this );