Skip to content

Commit

Permalink
reset clears lock
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Oct 25, 2024
1 parent 4da06ef commit abc8b75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,6 @@ impl ActionTrigger {
path.close();

// Determine the paint color based on the state

let paint = match (
self.is_learning(),
self.params.global.mute_is_toggle.value(),
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,7 @@ impl Del2 {
self.enabled_actions.store(MUTE_IN, false);
self.enabled_actions.store(MUTE_OUT, false);
}
self.enabled_actions.store(LOCK_TAPS, false);
self.delay_data.current_tap = 0;
self.timing_last_event = timing;
self.counting_state = CountingState::CountingInBuffer;
Expand Down

0 comments on commit abc8b75

Please sign in to comment.