mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
[Summary] In the import dialog the following options have been removed:
- Adding to region list - Inserting at edit point
This commit is contained in:
parent
3b888537bc
commit
14b9b99044
2 changed files with 0 additions and 2 deletions
|
|
@ -74,7 +74,6 @@
|
|||
</HBox>
|
||||
<DropdownMenu style="generic_dropdown_menu">
|
||||
<DropdownItem style="generic_dropdown_menu" title="file timestamp" data="0"/>
|
||||
<DropdownItem style="generic_dropdown_menu" title="edit point" data="1"/>
|
||||
<DropdownItem style="generic_dropdown_menu" title="playhead" data="2"/>
|
||||
<DropdownItem style="generic_dropdown_menu" title="session start" data="3"/>
|
||||
</DropdownMenu>
|
||||
|
|
|
|||
|
|
@ -195,7 +195,6 @@ WavesImportDialog::_reset_options ()
|
|||
int current_add_as_mode = AddingMode(_add_as_dropdown.get_item_data_i (_add_as_dropdown.get_current_item ()));
|
||||
_add_as_dropdown.clear_items ();
|
||||
_add_as_dropdown.add_menu_item (_import_as_track_str, (void*)AsTrack);
|
||||
_add_as_dropdown.add_menu_item (_import_as_region_str, (void*)AsRegion);
|
||||
_add_as_dropdown.add_menu_item (_import_as_tape_track_str, (void*)AsTapeTrack);
|
||||
|
||||
if (_selected_audio_track_count > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue