From: apo Date: Fri, 3 Feb 2006 11:58:30 +0000 (+0000) Subject: Fix for Bug GVIEW11258 X-Git-Tag: T_merge_to_HEAD_20060207~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e3330347811bb39b5c91503748f503e33cd045a3;p=modules%2Fgui.git Fix for Bug GVIEW11258 Sphere Segmentation Cursor. Pressing of [Shift]+[D] buttons leads to opening of ?Registry? dialog box instead of increasing of cursor radius. --- diff --git a/src/SalomeApp/SalomeApp_Application.cxx b/src/SalomeApp/SalomeApp_Application.cxx index f0b2af9d2..5139ce4f2 100644 --- a/src/SalomeApp/SalomeApp_Application.cxx +++ b/src/SalomeApp/SalomeApp_Application.cxx @@ -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 );