1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00

FileChooser: Remember previous file location on Windows

This commit is contained in:
reuk 2021-04-26 22:44:47 +01:00
parent 0e7fd1b909
commit ec43c7f61c
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -215,7 +215,7 @@ private:
return ptr;
}();
if (item == nullptr || FAILED (dialog.SetFolder (item)))
if (item == nullptr || FAILED (dialog.SetDefaultFolder (item)))
return false;
String filename (files.getData());