prevent crash during track-deletion (un-selecting deleted tracks)

This commit is contained in:
Robin Gareus 2016-11-10 23:04:12 +01:00
parent 33942e6d52
commit 9990da35d8
3 changed files with 18 additions and 6 deletions

View file

@ -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;
};