Add tooltip for mixer-strip color/number label

This commit is contained in:
Robin Gareus 2022-12-10 22:22:07 +01:00
parent db3e87a7e4
commit d62cba8ba5
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -319,6 +319,7 @@ MixerStrip::init ()
number_label.set_alignment (.5, .5);
number_label.set_fallthrough_to_parent (true);
number_label.set_tweaks (ArdourButton::OccasionalText);
set_tooltip (&number_label, _("Double-click to edit the route color.\nRight-click to show the route operations context menu."));
global_vpacker.set_spacing (2);
global_vpacker.pack_start (width_hide_box, Gtk::PACK_SHRINK);