mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Fix incorrect variable mistake
hide_button was used when width_button should've been
This commit is contained in:
parent
ef81f3163d
commit
2383c9bb37
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ MixerStrip::init ()
|
||||||
}
|
}
|
||||||
|
|
||||||
width_button.set_icon (ArdourIcon::StripWidth);
|
width_button.set_icon (ArdourIcon::StripWidth);
|
||||||
hide_button.set_tweaks (ArdourButton::Square);
|
width_button.set_tweaks (ArdourButton::Square);
|
||||||
set_tooltip (width_button, t);
|
set_tooltip (width_button, t);
|
||||||
|
|
||||||
hide_button.set_icon (ArdourIcon::HideEye);
|
hide_button.set_icon (ArdourIcon::HideEye);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue