summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-11-11 22:20:40 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-11-11 22:20:40 +0000
commitb8b8384a261a547696a0e4400353fceffcb5d284 (patch)
tree64f7b43561db8c12e7ca0c4aa02a9e1d3eff7abe /gtk2_ardour/option_editor.h
parentb36caf3b6f5f9a634e4208c794c9fc4c09777a79 (diff)
add support for using - as prefix keys to enter a negative value in an audio clock. so far only used for session timecode offset option clock
git-svn-id: svn://localhost/ardour2/branches/3.0@13443 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.h')
-rw-r--r--gtk2_ardour/option_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h
index 68ffe1f969..454b0f2245 100644
--- a/gtk2_ardour/option_editor.h
+++ b/gtk2_ardour/option_editor.h
@@ -541,6 +541,7 @@ public:
void set_session (ARDOUR::Session *);
Gtk::Widget& tip_widget() { return _clock; }
+ AudioClock& clock() { return _clock; }
private:
void save_clock_time ();