mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
NO-OP: whitespace, alignment
This commit is contained in:
parent
8f5f0f298b
commit
37aaa2d11b
12 changed files with 109 additions and 101 deletions
|
|
@ -1502,7 +1502,7 @@ RouteTimeAxisView::paste (samplepos_t pos, const Selection& selection, PasteCont
|
|||
DEBUG_TRACE (DEBUG::CutNPaste, string_compose ("paste to %1\n", pos));
|
||||
|
||||
/* add multi-paste offset if applicable */
|
||||
std::pair<samplepos_t, samplepos_t> extent = (*p)->get_extent();
|
||||
std::pair<samplepos_t, samplepos_t> extent = (*p)->get_extent();
|
||||
const samplecnt_t duration = extent.second - extent.first;
|
||||
pos += _editor.get_paste_offset(pos, ctx.count, duration);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue