Fix export format dialog tagging state inconsistency
The state of a checkbox was used before the UI was properly initialized. This always unset the tagging option in the format object.
This commit is contained in:
parent
e00d9dd585
commit
2cab506f00
@ -897,8 +897,6 @@ ExportFormatDialog::show_ogg_enconding_options (boost::shared_ptr<ARDOUR::Export
|
||||
encoding_options_table.resize (1, 1);
|
||||
encoding_options_table.attach (tag_checkbox, 0, 1, 0, 1);
|
||||
|
||||
update_tagging_selection ();
|
||||
|
||||
show_all_children ();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user