Skip to content

Commit

Permalink
Pick a sane default for "insert time"
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Oct 1, 2024
1 parent ca7ac70 commit 4fc4a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk2_ardour/insert_remove_time_dialog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ InsertRemoveTimeDialog::InsertRemoveTimeDialog (PublicEditor& e, bool remove)
_intersected_combo.append (_("stay in position"));
_intersected_combo.append (_("move"));
_intersected_combo.append (_("be split"));
_intersected_combo.set_active (0);
_intersected_combo.set_active (2);
table->attach (_intersected_combo, 1, 2, 2, 3);
}

Expand Down

0 comments on commit 4fc4a2c

Please sign in to comment.