fixed critical bugs and made 0.1.4 release
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@75 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -118,7 +118,9 @@ public:
|
||||
{
|
||||
return( m_rubberBand->selectedObjects() );
|
||||
}
|
||||
return( vvector<selectableObject *>() );
|
||||
//return( vvector<selectableObject *>() );
|
||||
vvector<selectableObject *> foo;
|
||||
return( foo );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user