From: vsr Date: Fri, 30 Sep 2005 06:35:34 +0000 (+0000) Subject: Fix a bug caused by the previous integration. X-Git-Tag: V3_1_0a1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2d64708925ec559a6f7e2b339055fa2961035810;p=modules%2Fgui.git Fix a bug caused by the previous integration. --- diff --git a/src/SALOME_PYQT/SALOME_PYQT_GUI/SALOME_PYQT_Module.cxx b/src/SALOME_PYQT/SALOME_PYQT_GUI/SALOME_PYQT_Module.cxx index 8267e67a1..a57726fea 100644 --- a/src/SALOME_PYQT/SALOME_PYQT_GUI/SALOME_PYQT_Module.cxx +++ b/src/SALOME_PYQT/SALOME_PYQT_GUI/SALOME_PYQT_Module.cxx @@ -314,12 +314,6 @@ void SALOME_PYQT_Module::onGUIEvent() // get action ID int id = actionId( action ); - if ( myMenuActionList.contains( action ) ) - id -= PYQT_ACTION_MENU; - if ( myToolbarActionList.contains( action ) ) - id -= PYQT_ACTION_TOOLBAL; - if ( myPopupActionList.contains( action ) ) - id -= PYQT_ACTION_POPUP; MESSAGE( "SALOME_PYQT_Module::onGUIEvent: id = " << id ); // perform synchronous request to Python event dispatcher