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:
Len Ovens 2015-10-18 07:38:40 -07:00
parent 601d51ce71
commit f7e3117c3b
4 changed files with 82 additions and 96 deletions

View file

@ -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);
}
}