mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
new UI config var to allow playhead to be optionally draggable (default is: yes, it can be dragged)
This commit is contained in:
parent
d816c225a4
commit
e8fc8aa992
5 changed files with 27 additions and 1 deletions
|
|
@ -88,3 +88,9 @@ EditorCursor::set_color (ArdourCanvas::Color color)
|
|||
{
|
||||
_track_canvas_item->set_color (color);
|
||||
}
|
||||
|
||||
void
|
||||
EditorCursor::set_sensitive (bool yn)
|
||||
{
|
||||
_track_canvas_item->set_ignore_events (!yn);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue