]> git.lyx.org Git - features.git/commitdiff
Backport fix for #7598.
authorPavel Sanda <sanda@lyx.org>
Tue, 31 May 2011 20:08:36 +0000 (20:08 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 31 May 2011 20:08:36 +0000 (20:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38904 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiWorkArea.cpp
status.20x

index 722a3906c36dfcb48b9881141538690277e25ba3..3975d3d51ad17d21b893620de2e4893198766fec 100644 (file)
@@ -1018,6 +1018,10 @@ void GuiWorkArea::keyPressEvent(QKeyEvent * ev)
                switch (ev->key()) {
                case Qt::Key_PageDown:
                case Qt::Key_PageUp:
+               case Qt::Key_Left:
+               case Qt::Key_Right:
+               case Qt::Key_Up:
+               case Qt::Key_Down:
                        LYXERR(Debug::KEY, "system is busy: scroll key event ignored");
                        ev->ignore();
                        return;
index 22fe255e2f4be72afc6bc5993bb3f0b22234ed65..2ee30efd1d616be4eb23e56166957f3bf694e28a 100644 (file)
@@ -124,6 +124,8 @@ What's new
 - Fix paragraph style shortcut with open source view in German localization
   (bug 7590).
 
+- Do not cache cursor keys when scrolling (bug 7598)
+
 
 * ADVANCED FIND AND REPLACE