X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git;a=blobdiff_plain;f=helpers%2Fkey.py;h=b5c1af95a3901a0a1e095506f4538f52399775c9;hp=2f941532256ff89d97b688fe0a70582c6e813e35;hb=62a8b07a2264101fd6d9c201267966e3c5de0cd4;hpb=6c42e32d98aa2e04d446f31b8e667a280acf4b54 diff --git a/helpers/key.py b/helpers/key.py index 2f94153..b5c1af9 100644 --- a/helpers/key.py +++ b/helpers/key.py @@ -191,7 +191,7 @@ class Key(ButtonBehavior, Widget): for self.current_action in self.actions: if self.parent.keep_running(self, start_time): self.list_actions() - self.current_action.run() + self.current_action.run(start_time) self.list_actions(last_action_finished=True) self.parent.finished_running(self, start_time)