mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
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:
parent
9a74312f9f
commit
c6396ca7ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue