From: Peter Kümmel Date: Thu, 17 May 2007 08:26:05 +0000 (+0000) Subject: tab correcten to X-Git-Tag: 1.6.10~9731 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1137260f553be52846e7eae1e546e00b4b81e708;p=features.git tab correcten to git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18377 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiWorkArea.cpp b/src/frontends/qt4/GuiWorkArea.cpp index 168ed877b9..45beeb515e 100644 --- a/src/frontends/qt4/GuiWorkArea.cpp +++ b/src/frontends/qt4/GuiWorkArea.cpp @@ -417,8 +417,9 @@ void GuiWorkArea::keyPressEvent(QKeyEvent * e) // do nothing if there are other events // (the auto repeated events come too fast) if(e->isAutoRepeat() && QCoreApplication::hasPendingEvents()) { - LYXERR(Debug::KEY) << BOOST_CURRENT_FUNCTION << endl - << "key ignored" << endl; + LYXERR(Debug::KEY) + << BOOST_CURRENT_FUNCTION << endl + << "key ignored" << endl; e->ignore(); return; }