mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
fix region drag across tracks that auto-partitioned the receiving playlist
Confusion caused during nutempo development when a boolean related to nick_m's old "for music" concept ended up becoming the "auto_partition" argument instead
This commit is contained in:
parent
7e5fe695d0
commit
fba4a5ff73
2 changed files with 8 additions and 21 deletions
|
|
@ -513,8 +513,7 @@ private:
|
|||
RouteTimeAxisView*,
|
||||
ARDOUR::layer_t,
|
||||
Temporal::timepos_t const &,
|
||||
PlaylistSet&,
|
||||
bool for_music = false
|
||||
PlaylistSet&
|
||||
);
|
||||
|
||||
void remove_region_from_playlist (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue