mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
NOOP: remove doubled-comment text
This commit is contained in:
parent
29daf3ca4b
commit
753fb30734
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ InsertRemoveTimeDialog::InsertRemoveTimeDialog (PublicEditor& e, bool remove)
|
|||
duration_clock.set_mode (ARDOUR_UI::instance()->primary_clock->mode());
|
||||
table->attach (duration_clock, 1, 2, 1, 2);
|
||||
|
||||
//if a Range is selected, assume the user wants to insert/remove the length of the range //if a Range is selected, assume the user wants to insert/remove the length of the range
|
||||
//if a Range is selected, assume the user wants to insert/remove the length of the range
|
||||
if (!_editor.get_selection().time.length().is_zero ()) {
|
||||
position_clock.set (_editor.get_selection().time.start_time(), true);
|
||||
duration_clock.set_duration (_editor.get_selection().time.length(), true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue