From 0cd237877a0b1f45112e7bcd16436b07af9c8139 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sun, 11 Nov 2007 11:37:10 +0000 Subject: [PATCH] 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 --- src/core/piano_roll.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/piano_roll.cpp b/src/core/piano_roll.cpp index 1558a7904..3349ad4f8 100644 --- a/src/core/piano_roll.cpp +++ b/src/core/piano_roll.cpp @@ -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,