mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
This commit is contained in:
parent
2c1b03cbf1
commit
33995f3796
18 changed files with 1166 additions and 915 deletions
|
|
@ -271,7 +271,7 @@ FileBasedDocument::SaveResult FileBasedDocument::saveAsInteractive (const bool w
|
|||
if (chosen.getFileExtension().isEmpty())
|
||||
chosen = chosen.withFileExtension (fileExtension);
|
||||
|
||||
return saveAs (f, false, false, true);
|
||||
return saveAs (chosen, false, false, true);
|
||||
}
|
||||
|
||||
return userCancelledSave;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue