mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-25 16:07:49 +01:00
[Summary] Bug fix: on windows the dropped multi-channel audio file was not blocked.
This commit is contained in:
parent
c2dc32c50c
commit
1e4dd25968
1 changed files with 1 additions and 1 deletions
|
|
@ -578,7 +578,7 @@ Editor::drop_paths (const RefPtr<Gdk::DragContext>& context,
|
|||
*/
|
||||
Glib::signal_idle().connect (sigc::bind (sigc::mem_fun (*this, &Editor::idle_drop_paths), paths, frame, cy, copy));
|
||||
#else
|
||||
drop_paths_part_two (paths, frame, cy, copy);
|
||||
idle_drop_paths (paths, frame, cy, copy);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue