Update PluginGui.cpp
This commit is contained in:
parent
343acdd233
commit
7867b6eaf9
1 changed files with 1 additions and 0 deletions
|
@ -3076,6 +3076,7 @@ void PluginGui::buttonClicked (Button* buttonThatWasClicked)
|
||||||
instrumentLoadDirectory = selectedFile.getParentDirectory();
|
instrumentLoadDirectory = selectedFile.getParentDirectory();
|
||||||
processor->loadInstrumentFromFile(selectedFile.getFullPathName());
|
processor->loadInstrumentFromFile(selectedFile.getFullPathName());
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool PluginGui::showLoadMenu()
|
bool PluginGui::showLoadMenu()
|
||||||
|
|
Loading…
Reference in a new issue