Allow to un-set custom Ardour-button colors

This commit is contained in:
Robin Gareus 2019-09-01 16:57:48 +02:00
parent 46bbe83400
commit 7b3ca486a4
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 12 additions and 0 deletions

View file

@ -124,6 +124,7 @@ class LIBWIDGETS_API ArdourButton : public CairoWidget , public Gtkmm2ext::Activ
void set_fixed_colors (const uint32_t active_color, const uint32_t inactive_color);
void set_active_color (const uint32_t active_color);
void set_inactive_color (const uint32_t inactive_color);
void reset_fixed_colors ();
void set_fallthrough_to_parent(bool fall) { _fallthrough_to_parent = fall; }