]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
*** empty log message ***
authorvsr <vsr@opencascade.com>
Mon, 9 Jul 2007 08:43:58 +0000 (08:43 +0000)
committervsr <vsr@opencascade.com>
Mon, 9 Jul 2007 08:43:58 +0000 (08:43 +0000)
src/LightApp/LightApp_ModuleAction.cxx

index 06095e2626e4eb255694e190da0bf576df85550e..8ceb1f958bbcea4affec2fdef3708dd4c275ffa8 100755 (executable)
@@ -392,9 +392,9 @@ int LightApp_ModuleAction::mode() const
 */
 void LightApp_ModuleAction::addedTo( QWidget* w )
 {
-  w->insertAction( mySet, this );
   if ( w->inherits( "QToolBar" ) )
-    w->insertAction( myCombo, this );
+    w->insertAction( this, myCombo );
+  w->insertAction( this, mySet );
   update();
 }