aboutsummaryrefslogtreecommitdiff
path: root/helpers/key.py
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/key.py')
-rw-r--r--helpers/key.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/key.py b/helpers/key.py
index 3c98ce7..2f94153 100644
--- a/helpers/key.py
+++ b/helpers/key.py
@@ -85,8 +85,8 @@ class Key(ButtonBehavior, Widget):
85 'source': 'loaded', 85 'source': 'loaded',
86 'dest': 'loaded_running', 86 'dest': 'loaded_running',
87 'after': ['run_actions', 'finish'], 87 'after': ['run_actions', 'finish'],
88 # if a child, like loaded_no_actions, has no transitions, then it is 88 # if a child, like loaded_no_actions, has no transitions, then it
89 # bubbled to the parent, and we don't want that. 89 # is bubbled to the parent, and we don't want that.
90 'conditions': ['is_loaded'] 90 'conditions': ['is_loaded']
91 }, 91 },
92 { 92 {