mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
CR comments
This commit is contained in:
parent
a4619c8e59
commit
0a9398808f
1 changed files with 0 additions and 2 deletions
|
@ -318,8 +318,6 @@ bool OffscreenUi::eventFilter(QObject* originalDestination, QEvent* event) {
|
||||||
case QEvent::KeyPress:
|
case QEvent::KeyPress:
|
||||||
case QEvent::KeyRelease: {
|
case QEvent::KeyRelease: {
|
||||||
event->ignore();
|
event->ignore();
|
||||||
//if (_quickWindow->activeFocusItem()) {
|
|
||||||
// _quickWindow->sendEvent(_quickWindow->activeFocusItem(), event);
|
|
||||||
if (QCoreApplication::sendEvent(_quickWindow, event)) {
|
if (QCoreApplication::sendEvent(_quickWindow, event)) {
|
||||||
return event->isAccepted();
|
return event->isAccepted();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue