-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only create update button when
update_mode
manual or code input is …
…not `None` (#61) When no code input exists the update button should be only shown when `update_mode` is "manual". Fixes cueing when `CodeExercise` is initiated without a code input. When the `update_mode` is "manual", a cued button is now shown. The cue was missing before this commit because the cue was derived from the widgets that the button is resetting. When When the `update_mode` is "release" or "continuous", no cueing is shown for the parameter panel, if any is given on init, and the `update_func` is directly run.
- Loading branch information
1 parent
d92c623
commit 86ee1bb
Showing
4 changed files
with
248 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.