@@ -3757,7 +3757,7 @@ void PianoRoll::pasteNotes()
|
||||
// create the note
|
||||
Note cur_note;
|
||||
cur_note.restoreState( list.item( i ).toElement() );
|
||||
cur_note.setPos( cur_note.pos() + m_timeLine->pos() );
|
||||
cur_note.setPos( cur_note.pos() + Note::quantized( m_timeLine->pos(), quantization() ) );
|
||||
|
||||
// select it
|
||||
cur_note.setSelected( true );
|
||||
|
||||
Reference in New Issue
Block a user