forked from mixxxdj/mixxx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make
hotcue_focus_color_next
/_prev
COs ControlPushButton
s
This fixes two issues: 1. The Control is not accessible via the controller mapping XML 2. The Control ignores nops, leading to confusing why `engine.setValue(group, ..., 1)` was only working on the first press (which is a confusion that comes up because this is not the case for other button-like controls, since those are implemented using `ControlPushButton`).
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 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