Fix the fix to #4431; make overrides to visibility actually

work.


git-svn-id: svn://localhost/ardour2/branches/3.0@10426 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-03 16:52:53 +00:00
parent 92c02b2fdd
commit 83d47f57c0

View File

@ -95,7 +95,7 @@ VisibilityGroup::should_actually_be_visible (Member const & m) const
if (m.override) {
boost::optional<bool> o = m.override ();
if (o) {
return o;
return o.get ();
}
}