Fix incorrect variable mistake

hide_button was used when width_button should've been
This commit is contained in:
Alija Strömkvist 2023-12-13 16:44:17 +01:00 committed by Robin Gareus
parent ef81f3163d
commit 2383c9bb37
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ MixerStrip::init ()
}
width_button.set_icon (ArdourIcon::StripWidth);
hide_button.set_tweaks (ArdourButton::Square);
width_button.set_tweaks (ArdourButton::Square);
set_tooltip (width_button, t);
hide_button.set_icon (ArdourIcon::HideEye);