mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
Fix time selection undo for multiple time selections
This is in mantis somewhere but i can't find it. timbyr?
This commit is contained in:
parent
cadb5c481c
commit
6e5c046f90
1 changed files with 2 additions and 1 deletions
|
|
@ -1364,7 +1364,8 @@ Selection::set_state (XMLNode const & node, int)
|
|||
if (!(*i)->get_property (X_("start"), start) || !(*i)->get_property (X_("end"), end)) {
|
||||
assert(false);
|
||||
}
|
||||
set_preserving_all_ranges (start, end);
|
||||
|
||||
add (start, end);
|
||||
|
||||
} else if ((*i)->name() == X_("AutomationView")) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue