forked from qt-creator/qt-creator
macOS: Fix Delete with Google Japanese IME
Do not eat all ShortcutOverride events. Let the rest of the class & widget hierarchy know about them too. Fixes: QTCREATORBUG-26764 Change-Id: I7e2f42183bc9cb3931aca3669a6703c83e39b4bc Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -2914,7 +2914,7 @@ bool TextEditorWidget::event(QEvent *e)
|
|||||||
&& (ke->key() < Qt::Key_Escape));
|
&& (ke->key() < Qt::Key_Escape));
|
||||||
d->m_maybeFakeTooltipEvent = false;
|
d->m_maybeFakeTooltipEvent = false;
|
||||||
}
|
}
|
||||||
return true;
|
break;
|
||||||
}
|
}
|
||||||
case QEvent::ApplicationPaletteChange: {
|
case QEvent::ApplicationPaletteChange: {
|
||||||
// slight hack: ignore palette changes
|
// slight hack: ignore palette changes
|
||||||
|
Reference in New Issue
Block a user