mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Only display Trim for tracks that have Trim. On the way:
-fixed flip mode. -fixed no controlable for vpot or fader
This commit is contained in:
parent
601d51ce71
commit
f7e3117c3b
4 changed files with 82 additions and 96 deletions
|
|
@ -1009,7 +1009,7 @@ void
|
|||
Surface::update_flip_mode_display ()
|
||||
{
|
||||
for (Strips::iterator s = strips.begin(); s != strips.end(); ++s) {
|
||||
(*s)->flip_mode_changed (true);
|
||||
(*s)->potmode_changed (true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue