]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix for Bug GVIEW11258
authorapo <apo@opencascade.com>
Fri, 3 Feb 2006 11:58:30 +0000 (11:58 +0000)
committerapo <apo@opencascade.com>
Fri, 3 Feb 2006 11:58:30 +0000 (11:58 +0000)
   Sphere Segmentation Cursor. Pressing of [Shift]+[D] buttons leads to opening of ?Registry? dialog box instead of increasing of cursor radius.

src/SalomeApp/SalomeApp_Application.cxx

index f0b2af9d25cf23a9b2d3bd6252b5375d1d8d6661..5139ce4f2a74240ae1f3fafdd2d405a940225e9b 100644 (file)
@@ -122,7 +122,7 @@ void SalomeApp_Application::createActions()
   //! Registry Display
   createAction( RegDisplayId, tr( "TOT_DESK_REGISTRY_DISPLAY" ),  QIconSet(),
                tr( "MEN_DESK_REGISTRY_DISPLAY" ), tr( "PRP_DESK_REGISTRY_DISPLAY" ),
-               SHIFT+Key_D, desk, false, this, SLOT( onRegDisplay() ) );
+               /*SHIFT+Key_D*/0, desk, false, this, SLOT( onRegDisplay() ) );
 
   int fileMenu = createMenu( tr( "MEN_DESK_FILE" ), -1 );