summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2016-11-21 20:45:35 +1000
committerTim Mayberry <mojofunk@gmail.com>2016-11-21 20:45:35 +1000
commitd4190d37612ac1b9f12f83d3952ed6584c085923 (patch)
tree1252ed99564f1d262bce0d44cd0194288de4aa9b /gtk2_ardour/editor_drag.h
parent4ec299779cfaa2ccc4327f5bb85998e8599418e8 (diff)
Show cursor in Cut mode on button press at cutting position
Previously it would be shown at the mouse cursor position even though the Region is cut/split at the snap/quantize point if no motion occurred.
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index bc30486b58..88e651899b 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -502,6 +502,7 @@ class RegionCutDrag : public Drag
RegionCutDrag (Editor*, ArdourCanvas::Item*, framepos_t);
~RegionCutDrag ();
+ void start_grab (GdkEvent *, Gdk::Cursor* c = 0);
void motion (GdkEvent*, bool);
void finished (GdkEvent*, bool);
void aborted (bool);