add menu-accessible actions for Consolidate Range

This commit is contained in:
Ben Loftis 2022-06-06 10:13:47 -05:00
parent bd62f76875
commit c431575f22
2 changed files with 8 additions and 2 deletions

View file

@ -4258,8 +4258,8 @@ Editor::bounce_range_selection (BounceTarget target, bool with_processing)
}
}
timepos_t start = selection->time[clicked_selection].start();
timepos_t end = selection->time[clicked_selection].end();
timepos_t start = selection->time.start_time();
timepos_t end = selection->time.end_time();
timecnt_t cnt = start.distance (end);
bool in_command = false;