Fix location list order (amend 7ee5a3f24
)
This commit is contained in:
parent
9f5f7edc5b
commit
e7cc096d19
@ -1001,6 +1001,9 @@ LocationUI::start_changed (Location *location)
|
||||
/* Skip locations in the session list that aren't of the right type */
|
||||
continue;
|
||||
}
|
||||
if (location->is_auto_loop() || location-> is_auto_punch()) {
|
||||
continue;
|
||||
}
|
||||
if (l == location) {
|
||||
box.reorder_child (*r, pos);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user