[EMAIL PROTECTED] wrote:
Author: baum
Date: Wed Jan 31 17:07:37 2007
New Revision: 16981

URL: http://www.lyx.org/trac/changeset/16981
Log:
Fix bug 3107

Fantastic Georg!


Modified:
    lyx-devel/trunk/src/frontends/qt4/GuiApplication.C

Modified: lyx-devel/trunk/src/frontends/qt4/GuiApplication.C
URL: 
http://www.lyx.org/trac/file/lyx-devel/trunk/src/frontends/qt4/GuiApplication.C?rev=16981
==============================================================================
--- lyx-devel/trunk/src/frontends/qt4/GuiApplication.C (original)
+++ lyx-devel/trunk/src/frontends/qt4/GuiApplication.C Wed Jan 31 17:07:37 2007
@@ -212,7 +212,7 @@
                return true;
        }
        default:
-               return false;
+               return QApplication::event(e);
        }
 }



Reply via email to