mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
c092362529
commit
5af543c25e
@ -212,7 +212,7 @@ bool GuiApplication::event(QEvent * e)
|
||||
return true;
|
||||
}
|
||||
default:
|
||||
return false;
|
||||
return QApplication::event(e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user