Mercurial > hg > svgui
diff layer/NoteLayer.cpp @ 359:020c485aa7e0
* More work on aligning copy/paste between layers. It's a surprisingly
complicated business.
author | Chris Cannam |
---|---|
date | Wed, 06 Feb 2008 12:49:49 +0000 |
parents | 2f83b6e3b8ca |
children | d58701996fae |
line wrap: on
line diff
--- a/layer/NoteLayer.cpp Mon Feb 04 17:45:16 2008 +0000 +++ b/layer/NoteLayer.cpp Wed Feb 06 12:49:49 2008 +0000 @@ -916,7 +916,7 @@ } void -NoteLayer::copy(Selection s, Clipboard &to) +NoteLayer::copy(View *v, Selection s, Clipboard &to) { if (!m_model) return; @@ -934,7 +934,7 @@ } bool -NoteLayer::paste(const Clipboard &from, int frameOffset, bool /* interactive */) +NoteLayer::paste(View *v, const Clipboard &from, int frameOffset, bool /* interactive */) { if (!m_model) return false;