mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Fix bug #10119
This makes Qt 5.4 as usable as Qt 5.5.1 in my experience. Otherwise, fix again INSTALL.
This commit is contained in:
parent
51a15c4569
commit
ab41c1d1ac
@ -733,7 +733,7 @@ bool GuiWorkArea::event(QEvent * e)
|
||||
|| (ke->key() == Qt::Key_Backtab && (
|
||||
ke->modifiers() == Qt::ShiftModifier
|
||||
|| ke->modifiers() == Qt::NoModifier))) {
|
||||
keyPressEvent(ke);
|
||||
e->accept();
|
||||
return true;
|
||||
}
|
||||
return QAbstractScrollArea::event(e);
|
||||
|
Loading…
Reference in New Issue
Block a user