]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Allow to add one action to tollbar several times.
authorstv <stv@opencascade.com>
Mon, 30 Oct 2006 12:44:44 +0000 (12:44 +0000)
committerstv <stv@opencascade.com>
Mon, 30 Oct 2006 12:44:44 +0000 (12:44 +0000)
src/Qtx/QtxActionToolMgr.cxx

index 9ce5696135d7063fb694cfaf8654d8f8386e178e..6d33cd9022265a52bc0ef08f36127a7ad587ef11 100644 (file)
@@ -148,10 +148,10 @@ int QtxActionToolMgr::insert( const int id, const int tid, const int idx )
 {
   if ( !contains( id ) || !hasToolBar( tid ) )
     return -1;
-
+/*
   if ( containsAction( id, tid ) )
     remove( id, tid );
-
+*/
   ToolNode node;
   node.id = id;