mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
DialogsDemo: flush output stream after writing to it in saving dialog demo.
This commit is contained in:
parent
bc90a41386
commit
202cad8991
1 changed files with 1 additions and 0 deletions
|
|
@ -357,6 +357,7 @@ private:
|
|||
auto numWritten = wo->writeFromInputStream (*wi, -1);
|
||||
jassert (numWritten > 0);
|
||||
ignoreUnused (numWritten);
|
||||
wo->flush();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue