From 1137260f553be52846e7eae1e546e00b4b81e708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20K=C3=BCmmel?= Date: Thu, 17 May 2007 08:26:05 +0000 Subject: [PATCH] tab correcten to git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18377 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiWorkArea.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; }