Change Solo button tooltip when using A/PFL

This commit is contained in:
Robin Gareus 2021-03-24 18:16:43 +01:00
parent aacfc0704d
commit 830f76bdce
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 16 additions and 3 deletions

View file

@ -348,6 +348,7 @@ private:
void update_solo_display ();
void update_mute_display ();
void update_polarity_display ();
void update_solo_button ();
int _i_am_the_modifier;
std::vector<ArdourWidgets::ArdourButton*> _invert_buttons;