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:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user