This makes Qt 5.4 as usable as Qt 5.5.1 in my experience. Otherwise, fix again
INSTALL.
This commit is contained in:
Guillaume Munch 2016-06-01 18:27:36 +01:00
parent 51a15c4569
commit ab41c1d1ac

View File

@ -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);