mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
[Summary] Name entry should be updated when name button text changes
This commit is contained in:
parent
0e1c27a5c9
commit
e4caabf32b
1 changed files with 1 additions and 0 deletions
|
|
@ -1538,6 +1538,7 @@ void
|
|||
MixerStrip::name_changed ()
|
||||
{
|
||||
name_button.set_text ( cut_string(_route->name(), _max_name_size) );
|
||||
_name_entry.set_text ( cut_string(_route->name(), _max_name_size) );
|
||||
ARDOUR_UI::instance()->set_tip (name_button, _route->name());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue