mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
fix copy paste error in selection
This commit is contained in:
parent
185f06e7f7
commit
abe203de65
1 changed files with 0 additions and 1 deletions
|
|
@ -836,7 +836,6 @@ long
|
||||||
Selection::set (framepos_t start, framepos_t end)
|
Selection::set (framepos_t start, framepos_t end)
|
||||||
{
|
{
|
||||||
clear_objects(); //enforce region/object exclusivity
|
clear_objects(); //enforce region/object exclusivity
|
||||||
clear_tracks(); //enforce object/track exclusivity
|
|
||||||
clear_time();
|
clear_time();
|
||||||
|
|
||||||
if ((start == 0 && end == 0) || end < start) {
|
if ((start == 0 && end == 0) || end < start) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue