13
0

update processor-name (short|long) when mixer-strip width changes

This commit is contained in:
Robin Gareus 2013-07-19 10:37:49 +02:00 committed by Paul Davis
parent 844a958d29
commit ba0b825d02

View File

@ -213,6 +213,7 @@ void
ProcessorEntry::set_enum_width (Width w)
{
_width = w;
_button.set_text (name (_width));
}
void