summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-03-25 19:19:46 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2020-03-25 19:24:38 -0600
commitd7500056fc60d65753b473528f6f6a32d51ba19f (patch)
treea8be8be9f5bd6ecf37afea54312122be9e68a6c8 /gtk2_ardour/editor.h
parenteeb2e99a3b51e0327046f6e0a895694e101cd131 (diff)
stop transport clocks from jumping after the playhead is moved via a CursorDrag
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 7d8df5457a..e7ff5e59a3 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -167,6 +167,8 @@ public:
void first_idle ();
virtual bool have_idled () const { return _have_idled; }
+ bool pending_locate_request() const { return _pending_locate_request; }
+
samplepos_t leftmost_sample() const { return _leftmost_sample; }
samplecnt_t current_page_samples() const {