summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2014-07-01 18:46:13 +0100
committerColin Fletcher <colin.m.fletcher@googlemail.com>2014-07-01 18:46:13 +0100
commitda65f3778c66dd2935709445c9a5dbd225296439 (patch)
tree3e11c4655d2cb5265de4721aff784b6906779140 /gtk2_ardour/editor_drag.h
parentcabd3783fec773f40740e4427c32808b40012d9b (diff)
Fixes for ripple mode drag
Make undo of ripple mode dragging work a bit better, and hopefully prevent rippled regions from jumping about when being dragged.
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index 6c382cc1bd..48e08d5720 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -432,7 +432,7 @@ private:
bool allow_moves_across_tracks; // only if all selected regions are on one track
ARDOUR::RegionList *exclude;
void add_all_after_to_views (TimeAxisView *tav, framepos_t where, const RegionSelection &exclude, bool drag_in_progress);
- void remove_unselected_from_views (framecnt_t amount);
+ void remove_unselected_from_views (framecnt_t amount, bool move_regions);
};