Mark rec enable controllables as toggling.

git-svn-id: svn://localhost/ardour2/branches/3.0@11600 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-03-06 15:08:08 +00:00
parent 9a74312f9f
commit c6396ca7ce

View file

@ -196,7 +196,7 @@ Track::freeze_state() const
}
Track::RecEnableControllable::RecEnableControllable (Track& s)
: Controllable (X_("recenable")), track (s)
: Controllable (X_("recenable"), Controllable::Toggle), track (s)
{
}