Fixed copying of layers.
commit43ccc07a0732c139ab66e0a533c996fdf971b879
authorEvanR <evanrinehart@gmail.com>
Fri, 2 Jan 2009 16:49:20 +0000 (2 10:49 -0600)
committerEvanR <evanrinehart@gmail.com>
Fri, 2 Jan 2009 16:49:20 +0000 (2 10:49 -0600)
tree55223a12b5fbe4dc71662033a4a0b1d47dbf7c63
parentee28ad7c14bd409e2a5913303acb232074ef30f3
Fixed copying of layers.

Now you can middle click to copy a selected block.
Copy and paste is not yet feature complete, and is
currently unsafe. Pasting out of bounds will likely
crash and you cannot paste more than one block at
a time.

Now when you select and paste a layered block it
only pastes the current layer, not all of them.
This lets you extract a layer from the stack.
src/arranger.cpp
src/arranger.h
src/saveload.cpp
src/seq.h