From: stv Date: Wed, 1 Jun 2005 11:32:13 +0000 (+0000) Subject: no message X-Git-Tag: T3_0_0_a1~39 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=773cc3efce8987710d8501fafc95d4d795b3949d;p=modules%2Fgui.git no message --- diff --git a/src/PythonConsole/PythonConsole_PyEditor.cxx b/src/PythonConsole/PythonConsole_PyEditor.cxx index 3f97fb8e0..cbb4627f7 100755 --- a/src/PythonConsole/PythonConsole_PyEditor.cxx +++ b/src/PythonConsole/PythonConsole_PyEditor.cxx @@ -280,8 +280,6 @@ void PythonConsole_PyEditor::keyPressEvent( QKeyEvent* e ) bool ctrlPressed = e->state() & ControlButton; // check if is pressed bool shftPressed = e->state() & ShiftButton; - // check if is pressed - bool altPressed = e->state() & AltButton; // process + key-bindings if ( aKey == Key_C && ctrlPressed ) {