summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_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/public_editor.h
parenteeb2e99a3b51e0327046f6e0a895694e101cd131 (diff)
stop transport clocks from jumping after the playhead is moved via a CursorDrag
Diffstat (limited to 'gtk2_ardour/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index 23409dccef..9709f88722 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -373,6 +373,8 @@ public:
sigc::signal<void> Realized;
sigc::signal<void,samplepos_t> UpdateAllTransportClocks;
+ virtual bool pending_locate_request() const = 0;
+
static sigc::signal<void> DropDownKeys;
struct RegionAction {