mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-21 07:23:19 -04:00
lot of bugfixes, UI-improvements and more
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@56 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1005,7 +1005,7 @@ QString sampleBuffer::openAudioFile( void ) const
|
||||
ofd.selectFile( QFileInfo( m_audioFile ).fileName() );
|
||||
}
|
||||
|
||||
if ( ofd.exec () == QDialog::Accepted )
|
||||
if( ofd.exec () == QDialog::Accepted )
|
||||
{
|
||||
if( ofd.selectedFiles().isEmpty() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user