mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
prevent crash during track-deletion (un-selecting deleted tracks)
This commit is contained in:
parent
33942e6d52
commit
9990da35d8
3 changed files with 18 additions and 6 deletions
|
|
@ -58,7 +58,7 @@ class RouteProcessorSelection : public PBD::ScopedConnectionList, public sigc::t
|
|||
|
||||
private:
|
||||
void removed (AxisView*);
|
||||
bool _no_route_change_signal;
|
||||
static unsigned int _no_route_change_signal;
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue