13
0

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:
Robin Gareus 2023-02-04 00:23:13 +01:00
parent caec9acf8d
commit b421cd26bb
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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