new UI config var to allow playhead to be optionally draggable (default is: yes, it can be dragged)

This commit is contained in:
Paul Davis 2014-06-30 16:32:38 -04:00
parent d816c225a4
commit e8fc8aa992
5 changed files with 27 additions and 1 deletions

View file

@ -37,6 +37,7 @@ class EditorCursor {
void show ();
void hide ();
void set_color (ArdourCanvas::Color);
void set_sensitive (bool);
framepos_t current_frame () const {
return _current_frame;