mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
LocationCompleterView: Don't propagate Esc key press
This commit is contained in:
parent
16b3a74aa1
commit
029aa6823b
@ -123,7 +123,7 @@ bool LocationCompleterView::eventFilter(QObject* object, QEvent* event)
|
||||
|
||||
case Qt::Key_Escape:
|
||||
close();
|
||||
return false;
|
||||
return true;
|
||||
|
||||
case Qt::Key_F4:
|
||||
if (modifiers == Qt::AltModifier) {
|
||||
|
Loading…
Reference in New Issue
Block a user