forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user