Fix bug 3107

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16981 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2007-01-31 16:07:37 +00:00
parent c092362529
commit 5af543c25e

View File

@ -212,7 +212,7 @@ bool GuiApplication::event(QEvent * e)
return true;
}
default:
return false;
return QApplication::event(e);
}
}