sf2 plugin:fixes naming issue
This commit is contained in:
@@ -258,7 +258,7 @@ void sf2Instrument::loadFile( const QString & _file )
|
||||
{
|
||||
if( !_file.isEmpty() && QFileInfo( _file ).exists() )
|
||||
{
|
||||
openFile( _file );
|
||||
openFile( _file, false );
|
||||
updatePatch();
|
||||
|
||||
// for some reason we've to call that, otherwise preview of a
|
||||
|
||||
Reference in New Issue
Block a user