mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
fix crash caused by thinko in 123fcf3cf
This commit is contained in:
parent
50a29f60ff
commit
007808a6ad
1 changed files with 2 additions and 1 deletions
|
|
@ -119,8 +119,9 @@ RouteProcessorSelection::remove (AxisView* r)
|
|||
|
||||
AxisViewSelection::iterator i;
|
||||
if ((i = find (axes.begin(), axes.end(), r)) != axes.end()) {
|
||||
AxisView* av = *i;
|
||||
axes.erase (i);
|
||||
(*i)->set_selected (false);
|
||||
av->set_selected (false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue