From: apo Date: Tue, 24 Jun 2008 07:39:28 +0000 (+0000) Subject: To use native capability for widget visibility management X-Git-Tag: TG_VISU_2008_2008-06-26~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=947af31c7bf21d94d0dbfac4486a5fcba4166569;p=modules%2Fvisu.git To use native capability for widget visibility management --- diff --git a/src/VISUGUI/VisuGUI_Sweep.cxx b/src/VISUGUI/VisuGUI_Sweep.cxx index 73b5fe65..5a2f81c9 100644 --- a/src/VISUGUI/VisuGUI_Sweep.cxx +++ b/src/VISUGUI/VisuGUI_Sweep.cxx @@ -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 );