fix last export ext being applied to sample saving
This commit is contained in:
parent
4253bc1b4d
commit
4912c0aaa9
1 changed files with 4 additions and 2 deletions
|
|
@ -5263,8 +5263,10 @@ bool FurnaceGUI::loop() {
|
|||
if (curFileDialog==GUI_FILE_SAVE_DMF_LEGACY) {
|
||||
checkExtension(".dmf");
|
||||
}
|
||||
if (curFileDialog==GUI_FILE_SAMPLE_SAVE ||
|
||||
curFileDialog==GUI_FILE_EXPORT_AUDIO_ONE ||
|
||||
if (curFileDialog==GUI_FILE_SAMPLE_SAVE) {
|
||||
checkExtension(".wav");
|
||||
}
|
||||
if (curFileDialog==GUI_FILE_EXPORT_AUDIO_ONE ||
|
||||
curFileDialog==GUI_FILE_EXPORT_AUDIO_PER_SYS ||
|
||||
curFileDialog==GUI_FILE_EXPORT_AUDIO_PER_CHANNEL) {
|
||||
if (audioExportFilterExt!="*") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue