steroEnhancer, Vibed, and separated Graph widget

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms-mv@700 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-02-22 08:33:52 +00:00
parent 5313f32c56
commit 98fc05e189
3 changed files with 10 additions and 11 deletions

View File

@@ -116,7 +116,7 @@ void graph::mouseMoveEvent ( QMouseEvent * _me )
if( diff >= 1 )
{
x = min( width() - 3, m_lastCursorX + 1);
x = min( width() - 2, m_lastCursorX + 1);
}
else if( diff <= 1 )
{