From 5af543c25efdca141820e3abd4cebb47000a4a54 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Wed, 31 Jan 2007 16:07:37 +0000 Subject: [PATCH] Fix bug 3107 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16981 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiApplication.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiApplication.C b/src/frontends/qt4/GuiApplication.C index 8433d9baa6..cd7f70a313 100644 --- a/src/frontends/qt4/GuiApplication.C +++ b/src/frontends/qt4/GuiApplication.C @@ -212,7 +212,7 @@ bool GuiApplication::event(QEvent * e) return true; } default: - return false; + return QApplication::event(e); } } -- 2.39.5