From 83947805b2d7c1695825d1feee14536e2338b71f Mon Sep 17 00:00:00 2001 From: hsstraub <‌straub@datacomm.ch> Date: Wed, 19 Jul 2023 14:14:42 +0200 Subject: [PATCH] JUCE_MODAL_LOOPS_PERMITTED eingeschaltet (um FileChooser weder zum Laufen zu bringen) --- TerpstraSysEx.jucer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TerpstraSysEx.jucer b/TerpstraSysEx.jucer index be3fb131..39b9a8aa 100644 --- a/TerpstraSysEx.jucer +++ b/TerpstraSysEx.jucer @@ -4,7 +4,7 @@ bundleIdentifier="HansStraub.Lumatone.LumatoneSetup" includeBinaryInAppConfig="1" companyName="Hans Straub" headerPath="../../../JUCE/modules" jucerFormatVersion="1" userNotes="If you'd like to build with licensed fonts, set the associated preprocessor definition to 1, drag & drop a folder containing the official fonts into the Projucer file list, and save the project. Please remember to discard .jucer changes related to licensed fonts before commiting or pushing to a public repo. The folder .\BinaryData\Assets\Fonts is preferred for the font files as it is included in .gitignore." - defines="USE_LICENSED_FONTS=0 SERVERKEY="debian" SERVERPWD="temppwd"" + defines="USE_LICENSED_FONTS=0 SERVERKEY="debian" SERVERPWD="temppwd" JUCE_MODAL_LOOPS_PERMITTED=1" displaySplashScreen="0">