mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +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
|
void
|
||||||
TrackExportChannelSelector::sync_with_manager ()
|
TrackExportChannelSelector::sync_with_manager ()
|
||||||
{
|
{
|
||||||
if (sync_with_manager_state ()) {
|
sync_with_manager_state ();
|
||||||
update_config();
|
update_config();
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue