Add GtkDial:can_control property
If the dial can't be controlled, it shouldn't be dimmed when it's not sensitive.
This commit is contained in:
@@ -16,5 +16,6 @@ enum {
|
||||
GtkWidget *make_gain_alsa_elem(
|
||||
struct alsa_elem *elem,
|
||||
int zero_is_off,
|
||||
int taper_type
|
||||
int taper_type,
|
||||
int can_control
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user