EXTREMELY OBSCURE fix

without this, selectors get skipped over when selecting the first element in a
pile if the label is some kind of container.
This commit is contained in:
Michael Hudson-Doyle 2019-12-16 21:15:37 +13:00
parent 9759957f36
commit 6913294de6
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ class ClickableThing(WidgetWrap):
"""
return 0, 0
def move_cursor_to_coords(self, size, x, y):
return True
def keypress(self, size, key):
if self._command_map[key] != ACTIVATE:
return key