mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-04 03:40:07 +00:00
Projucer: Added a missing reset() call to the PIP creator window when shutting down
This commit is contained in:
parent
4ebfb32000
commit
c859f50fe6
2 changed files with 2 additions and 1 deletions
|
|
@ -211,6 +211,7 @@ void ProjucerApplication::shutdown()
|
|||
aboutWindow.reset();
|
||||
pathsWindow.reset();
|
||||
editorColourSchemeWindow.reset();
|
||||
pipCreatorWindow.reset();
|
||||
|
||||
if (licenseController != nullptr)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue