mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Fix erroneous characters in automation time axis view GUIObjectState IDs (#4157).
git-svn-id: svn://localhost/ardour2/branches/3.0@9832 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
bb2e171ea5
commit
216ad7fe90
1 changed files with 1 additions and 1 deletions
|
|
@ -1021,6 +1021,6 @@ AutomationTimeAxisView::state_id() const
|
|||
_route->id(),
|
||||
_parameter.type(),
|
||||
_parameter.id(),
|
||||
_parameter.channel());
|
||||
(int) _parameter.channel());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue