From c957c5c9117fe167a8b93cbf1d21b398926a4187 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 17 Sep 2018 12:17:01 +0100 Subject: [PATCH] Projucer: Fixed a bug loading editor colour schemes when running from the command line --- extras/Projucer/Source/Application/jucer_Application.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/Projucer/Source/Application/jucer_Application.cpp b/extras/Projucer/Source/Application/jucer_Application.cpp index 67a157659a..21652b7211 100644 --- a/extras/Projucer/Source/Application/jucer_Application.cpp +++ b/extras/Projucer/Source/Application/jucer_Application.cpp @@ -81,11 +81,11 @@ void ProjucerApplication::initialise (const String& commandLine) + "MHz Cores: " + String (SystemStats::getNumCpus()) + " " + String (SystemStats::getMemorySizeInMegabytes()) + "MB"); + initialiseBasics(); + isRunningCommandLine = commandLine.isNotEmpty() && ! commandLine.startsWith ("-NSDocumentRevisionsDebugMode"); - initialiseBasics(); - licenseController.reset (new LicenseController); licenseController->addLicenseStatusChangedCallback (this);