mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Export Dialog: correctly init export channels
The state has to be pushed to the manager during initialization, otherwise channel_config remains unset. This fixes an issue with files using the same filename (missing channel name) during stem export.
This commit is contained in:
parent
caec9acf8d
commit
b421cd26bb
1 changed files with 2 additions and 3 deletions
|
|
@ -647,9 +647,8 @@ TrackExportChannelSelector::~TrackExportChannelSelector ()
|
|||
void
|
||||
TrackExportChannelSelector::sync_with_manager ()
|
||||
{
|
||||
if (sync_with_manager_state ()) {
|
||||
update_config();
|
||||
}
|
||||
sync_with_manager_state ();
|
||||
update_config();
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue