mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-21 22:01:31 +03:00
Fix CharInput blocking Ctrl+A, Ctrl+W, etc.
This commit is contained in:
parent
a07606fc70
commit
d411b84605
2
paint.py
2
paint.py
@ -314,7 +314,7 @@ class ToolsBox(Container):
|
||||
if "tool_button" in event.button.classes:
|
||||
self.post_message(self.ToolSelected(self.tool_by_button[event.button]))
|
||||
|
||||
class CharInput(Input):
|
||||
class CharInput(Input, inherit_bindings=False):
|
||||
"""Widget for entering a single character."""
|
||||
|
||||
class CharSelected(Message):
|
||||
|
Loading…
Reference in New Issue
Block a user