Fix incorrect variable mistake
hide_button was used when width_button should've been
This commit is contained in:
parent
ef81f3163d
commit
2383c9bb37
@ -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…
Reference in New Issue
Block a user