1
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:
David Rosca 2017-08-11 12:32:23 +02:00
parent 16b3a74aa1
commit 029aa6823b

View File

@ -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) {