Revert "macOS: Fix Delete with Google Japanese IME"

This reverts commit 5a3648c895.

Reason for revert: breaks other shortcuts like shift+del to cut the current line under the cursor

Change-Id: I5313c66df9dfa4283cc3f84ce9e7fd5464d0f73e
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
David Schulz
2022-01-31 12:06:55 +00:00
parent 4a0c6f1e78
commit fe0352669d

View File

@@ -2914,7 +2914,7 @@ bool TextEditorWidget::event(QEvent *e)
&& (ke->key() < Qt::Key_Escape));
d->m_maybeFakeTooltipEvent = false;
}
break;
return true;
}
case QEvent::ApplicationPaletteChange: {
// slight hack: ignore palette changes