X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git;a=blobdiff_plain;f=helpers%2Fkey.py;h=2f941532256ff89d97b688fe0a70582c6e813e35;hp=3c98ce74617ef15a7940afdbf4214ad29ce9f796;hb=6c42e32d98aa2e04d446f31b8e667a280acf4b54;hpb=343822904ee26955e622e325539c64aee1c2112e 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): 'source': 'loaded', 'dest': 'loaded_running', 'after': ['run_actions', 'finish'], - # if a child, like loaded_no_actions, has no transitions, then it is - # bubbled to the parent, and we don't want that. + # if a child, like loaded_no_actions, has no transitions, then it + # is bubbled to the parent, and we don't want that. 'conditions': ['is_loaded'] }, {