From 78e256163ab4fef7766d023bf8388ac062a49984 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sat, 29 Dec 2018 17:55:55 +0100 Subject: [PATCH] Backport 33284ee5c. --- src/frontends/qt4/GuiCompleter.cpp | 5 +++++ status.23x | 2 ++ 2 files changed, 7 insertions(+) diff --git a/src/frontends/qt4/GuiCompleter.cpp b/src/frontends/qt4/GuiCompleter.cpp index f2e4eda81f..767bb6bac7 100644 --- a/src/frontends/qt4/GuiCompleter.cpp +++ b/src/frontends/qt4/GuiCompleter.cpp @@ -216,6 +216,11 @@ bool GuiCompleter::eventFilter(QObject * watched, QEvent * e) tab(); ke->accept(); return true; + case Qt::Key_Escape: + hidePopup(); + hideInline(); + updateVisibility(false, false); + return true; default: break; } } diff --git a/status.23x b/status.23x index e83d551a18..5e577dde9b 100644 --- a/status.23x +++ b/status.23x @@ -97,6 +97,8 @@ What's new - Fix size of layout combo (bug 6096). +- Completion popup context menu now properly responds to Esc key. + * INTERNALS -- 2.39.5