Skip to content

Commit

Permalink
sf2 plugin:fixes naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SadaleNet committed Feb 27, 2014
1 parent 7ec2c5e commit d76e3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sf2_player/sf2_player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d76e3dd

Please sign in to comment.