diff options
Diffstat (limited to 'packages/qte/qte-2.3.10/disable-dup-rotation.patch')
-rw-r--r-- | packages/qte/qte-2.3.10/disable-dup-rotation.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/qte/qte-2.3.10/disable-dup-rotation.patch b/packages/qte/qte-2.3.10/disable-dup-rotation.patch new file mode 100644 index 0000000000..ae2332c5f0 --- /dev/null +++ b/packages/qte/qte-2.3.10/disable-dup-rotation.patch @@ -0,0 +1,13 @@ +--- qte/src/kernel/kernelkeyboard.cpp 2008-04-04 11:07:42.000000000 +0100 ++++ qte/src/kernel/kernelkeyboard.cpp 2008-04-04 11:07:45.000000000 +0100 +@@ -627,8 +627,8 @@ + case Qt::Key_Down: + unicode = 0xffff; + mod_key = false; +- if (qt_screen->isTransformed()) +- qtKeyCode = static_cast<Qt::Key>( xform_dirkey(static_cast<int>( qtKeyCode ) ) ); ++// if (qt_screen->isTransformed()) ++// qtKeyCode = static_cast<Qt::Key>( xform_dirkey(static_cast<int>( qtKeyCode ) ) ); + break; + /* + * handle lock, we don't handle scroll lock! |