set up core stuff for velocity display option

This commit is contained in:
Paul Davis 2018-07-03 14:06:25 -04:00
parent b6711383f3
commit 20328f2929
2 changed files with 3 additions and 1 deletions

View file

@ -1489,6 +1489,8 @@ Editor::parameter_changed (std::string p)
tact->set_active (s);
}
}
} else if (p == "velocity-display") {
_track_canvas->request_redraw (_track_canvas->visible_area());
}
}