various work to make loop/punch display work better (including fixes for bugs present in master also)

This commit is contained in:
Paul Davis 2014-01-27 21:27:13 -05:00
parent d23c2499bf
commit d00dc6a706
4 changed files with 31 additions and 44 deletions

View file

@ -1600,11 +1600,11 @@ Editor::parameter_changed (std::string p)
ENSURE_GUI_THREAD (*this, &Editor::parameter_changed, p)
if (p == "auto-loop") {
update_loop_range_view (true);
update_loop_range_view ();
} else if (p == "punch-in") {
update_punch_range_view (true);
update_punch_range_view ();
} else if (p == "punch-out") {
update_punch_range_view (true);
update_punch_range_view ();
} else if (p == "timecode-format") {
update_just_timecode ();
} else if (p == "show-region-fades") {