dbl click on mixer strip name label/color button brings up color picker

This commit is contained in:
Paul Davis 2022-11-01 08:11:45 -06:00
parent 6832ad2af9
commit c9fe383813

View file

@ -1202,6 +1202,11 @@ MixerStrip::name_button_button_press (GdkEventButton* ev)
gboolean
MixerStrip::number_button_button_press (GdkEventButton* ev)
{
if (ev->type == GDK_2BUTTON_PRESS) {
choose_color ();
return true;
}
if (ev->button == 3) {
list_route_operations ();