]> git.lyx.org Git - features.git/commitdiff
fix scrolling bug: 3320 and 3652, maybe not perfect
authorPeter Kümmel <syntheticpp@gmx.net>
Sat, 2 Jun 2007 08:01:12 +0000 (08:01 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sat, 2 Jun 2007 08:01:12 +0000 (08:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18630 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiWorkArea.cpp

index 4dbe5ab66c05ad76f804a8c4615e2f6f25e614f3..08580c791d92b02bae53832d68c80b228bb30980 100644 (file)
@@ -422,7 +422,7 @@ void GuiWorkArea::keyPressEvent(QKeyEvent * e)
 {
        // do nothing if there are other events
        // (the auto repeated events come too fast)
-       // \todo FIXME: remove hard coded Qt keysprocess the key binding
+       // \todo FIXME: remove hard coded Qt keysprocess the key binding
 #ifdef Q_WS_X11
        if (XEventsQueued(QX11Info::display(), 0) > 1   && e->isAutoRepeat() 
                        && (Qt::Key_PageDown || Qt::Key_PageUp)) {