mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix renaming export timespans #8577
The location name is only pushed to the backend during ExportTimespanSelector::add_range_to_selection() which in turn is only called when timespans are updated.
This commit is contained in:
parent
d05572e14a
commit
b44508c174
1 changed files with 1 additions and 0 deletions
|
|
@ -375,6 +375,7 @@ ExportTimespanSelector::update_range_name (std::string const & path, std::string
|
|||
Gtk::TreeStore::iterator it = range_list->get_iter (path);
|
||||
it->get_value (range_cols.location)->set_name (new_text);
|
||||
|
||||
update_timespans ();
|
||||
CriticalSelectionChanged();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue