summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-01-06 01:07:19 +0000
committerCarl Hetherington <carl@carlh.net>2011-01-06 01:07:19 +0000
commit61bb7c5852df332a97d9752a507feb590bb3f12d (patch)
treeb609f1f9ee15e90cbbd10702dfdb661f722afdce /libs
parentad8f20dd7d9907cc500eec457da6ff960145db2e (diff)
Fix crash when turning off an active send and redisplaying processors at the same time. Fixes #3674.
git-svn-id: svn://localhost/ardour2/branches/3.0@8458 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/gtkmm2ext/gtkmm2ext/dndvbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gtkmm2ext/gtkmm2ext/dndvbox.h b/libs/gtkmm2ext/gtkmm2ext/dndvbox.h
index 582696ffe5..3f7426ec79 100644
--- a/libs/gtkmm2ext/gtkmm2ext/dndvbox.h
+++ b/libs/gtkmm2ext/gtkmm2ext/dndvbox.h
@@ -140,6 +140,7 @@ public:
}
_children.clear ();
+ _active = 0;
}
void select_all ()