Author: sanda
Date: Tue May 31 22:08:36 2011
New Revision: 38904
URL: http://www.lyx.org/trac/changeset/38904
Log:
Backport fix for #7598.
Modified:
lyx-devel/branches/BRANCH_2_0_X/src/frontends/qt4/GuiWorkArea.cpp
lyx-devel/branches/BRANCH_2_0_X/status.20x
Modified: lyx-devel/branches/BRANCH_2_0_X/src/frontends/qt4/GuiWorkArea.cpp
==============================================================================
--- lyx-devel/branches/BRANCH_2_0_X/src/frontends/qt4/GuiWorkArea.cpp Tue May
31 20:10:55 2011 (r38903)
+++ lyx-devel/branches/BRANCH_2_0_X/src/frontends/qt4/GuiWorkArea.cpp Tue May
31 22:08:36 2011 (r38904)
@@ -1018,6 +1018,10 @@
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;
Modified: lyx-devel/branches/BRANCH_2_0_X/status.20x
==============================================================================
--- lyx-devel/branches/BRANCH_2_0_X/status.20x Tue May 31 20:10:55 2011
(r38903)
+++ lyx-devel/branches/BRANCH_2_0_X/status.20x Tue May 31 22:08:36 2011
(r38904)
@@ -124,6 +124,8 @@
- 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