The _filterstr attribute was not cleaned up properly and persisted
between hintings. In this case, it was set to something representing the
Escape key.
This commit is contained in:
Jakub Klinkovský 2016-07-17 17:35:25 +02:00
parent d867a789c2
commit 202883fc03

View File

@ -201,6 +201,7 @@ class HintManager(QObject):
window=self._win_id)
message_bridge.maybe_reset_text(text)
self._context = None
self._filterstr = None
def _hint_strings(self, elems):
"""Calculate the hint strings for elems.