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:
parent
8bb652a279
commit
c957c5c911
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue