From 947af31c7bf21d94d0dbfac4486a5fcba4166569 Mon Sep 17 00:00:00 2001 From: apo Date: Tue, 24 Jun 2008 07:39:28 +0000 Subject: [PATCH] To use native capability for widget visibility management --- src/VISUGUI/VisuGUI_Sweep.cxx | 1 - 1 file changed, 1 deletion(-) 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 ); -- 2.39.2