This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Projucer: Fixed a potential crash when quitting
tags/2021-05-28
ed
5 years ago
parent
0c9067c9a4
commit
bda05320cb
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
extras/Projucer/Source/Project/UI/jucer_ProjectContentComponent.cpp
+ 3
- 1
extras/Projucer/Source/Project/UI/jucer_ProjectContentComponent.cpp
View File
@@ -187,7 +187,9 @@ void ProjectContentComponent::setProject (Project* newProject)
deleteProjectTabs();
project = newProject;
rebuildProjectTabs();
if (project != nullptr)
rebuildProjectTabs();
}
}
Write
Preview
Loading…
Cancel
Save