fix format before Andre complains :)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18380 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2007-05-17 09:36:21 +00:00
parent 4976f50634
commit fea3a375a4

View File

@ -416,7 +416,7 @@ void GuiWorkArea::keyPressEvent(QKeyEvent * e)
{
// do nothing if there are other events
// (the auto repeated events come too fast)
if(e->isAutoRepeat() && QCoreApplication::hasPendingEvents()) {
if (e->isAutoRepeat() && QCoreApplication::hasPendingEvents()) {
LYXERR(Debug::KEY)
<< BOOST_CURRENT_FUNCTION << endl
<< "key ignored" << endl;