From ba0b825d02f8d59909697b4168fd4b44c458434e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 19 Jul 2013 10:37:49 +0200 Subject: [PATCH] update processor-name (short|long) when mixer-strip width changes --- gtk2_ardour/processor_box.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/processor_box.cc b/gtk2_ardour/processor_box.cc index 7d2e39639b..476bb73612 100644 --- a/gtk2_ardour/processor_box.cc +++ b/gtk2_ardour/processor_box.cc @@ -213,6 +213,7 @@ void ProcessorEntry::set_enum_width (Width w) { _width = w; + _button.set_text (name (_width)); } void