fix #1657
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:
parent
d867a789c2
commit
202883fc03
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user