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:
parent
0e7fd1b909
commit
ec43c7f61c
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue