mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
audio clocks: focus-on-clock shortcut now works, scrolling and dragging know about x-offsets; cursor colors defined; click on an off clock no longer locates (time info box)
git-svn-id: svn://localhost/ardour2/branches/3.0@10709 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
db24dda7a2
commit
ae09a5812b
7 changed files with 39 additions and 10 deletions
|
|
@ -97,6 +97,7 @@ class AudioClock : public CairoWidget, public ARDOUR::SessionHandlePtr
|
|||
bool _follows_playhead;
|
||||
bool _off;
|
||||
bool _fixed_width;
|
||||
int layout_x_offset;
|
||||
|
||||
Gtk::Menu *ops_menu;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue