mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-21 01:24:21 +00:00
Tweaked OS file drag-and-drop to ignore unwanted file types. Minor structural fixes. Changes to avoid cancellation of ThreadWithAlertWindow and for Linux openGL rendering.
This commit is contained in:
parent
a06e8336e5
commit
3871c8d6d1
25 changed files with 460 additions and 508 deletions
|
|
@ -833,9 +833,8 @@ void Project::getJuceConfigFlags (OwnedArray <JuceConfigFlag>& flags)
|
|||
{
|
||||
ValueTree configNode (getJuceConfigNode());
|
||||
|
||||
File juceConfigH (getLocalJuceFolder().getChildFile ("juce_Config.h"));
|
||||
StringArray lines;
|
||||
lines.addLines (juceConfigH.loadFileAsString());
|
||||
getLocalJuceFolder().getChildFile ("juce_Config.h").readLines (lines);
|
||||
|
||||
for (int i = 0; i < lines.size(); ++i)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue