1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

Projucer: Fixed a bug loading editor colour schemes when running from the command line

This commit is contained in:
ed 2018-09-17 12:17:01 +01:00
parent 8bb652a279
commit c957c5c911

View file

@ -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);