From 2d64708925ec559a6f7e2b339055fa2961035810 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 30 Sep 2005 06:35:34 +0000 Subject: [PATCH] Fix a bug caused by the previous integration. --- src/SALOME_PYQT/SALOME_PYQT_GUI/SALOME_PYQT_Module.cxx | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.39.2