deeper fixes for 80/100 subframes choice

git-svn-id: svn://localhost/ardour2/trunk@1146 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-11-20 21:40:11 +00:00
parent 1759b4b9bd
commit e098a23fcc
4 changed files with 7 additions and 5 deletions

View file

@ -1098,6 +1098,7 @@ Editor::parameter_changed (const char* parameter_name)
edit_mode_selector.set_active_text (edit_mode_to_string (Config->get_edit_mode()));
} else if (PARAM_IS ("subframes_per_frame")) {
update_subframes_per_frame ();
update_just_smpte ();
}
#undef PARAM_IS