This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Allow to use Window::openFileBrowser() without arguments
Signed-off-by: falkTX <falktx@falktx.com>
pull/330/head
falkTX
3 years ago
parent
d6f2956747
commit
ab0b0d4527
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dgl/Window.hpp
+ 1
- 1
dgl/Window.hpp
View File
@@ -369,7 +369,7 @@ public:
This function does not block the event loop.
*/
bool openFileBrowser(const FileBrowserOptions& options);
bool openFileBrowser(const FileBrowserOptions& options
= FileBrowserOptions()
);
#endif
/**
Write
Preview
Loading…
Cancel
Save