This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
DialogsDemo: flush output stream after writing to it in saving dialog demo.
tags/2021-05-28
Lukasz Kozakiewicz
7 years ago
parent
bc90a41386
commit
202cad8991
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
examples/Demo/Source/Demos/DialogsDemo.cpp
+ 1
- 0
examples/Demo/Source/Demos/DialogsDemo.cpp
View File
@@ -357,6 +357,7 @@ private:
auto numWritten = wo->writeFromInputStream (*wi, -1);
jassert (numWritten > 0);
ignoreUnused (numWritten);
wo->flush();
}
}
#endif
Write
Preview
Loading…
Cancel
Save