increased alignment-border from 0.8 to 0.9
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms/stable-0.3@581 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1363,7 +1363,7 @@ void pianoRoll::mousePressEvent( QMouseEvent * _me )
|
||||
// then set new note
|
||||
midiTime note_pos( note::quantized(
|
||||
midiTime( pos_tact_64th ),
|
||||
quantization(), 0.8f ) );
|
||||
quantization(), 0.9f ) );
|
||||
midiTime note_len( newNoteLen() );
|
||||
|
||||
note new_note( note_len, note_pos,
|
||||
|
||||
Reference in New Issue
Block a user