Bug: Closing a project in Projucer leaves some UI elements in place

Steps to reproduce:

  • start Reprojucer
  • open a project (I opened JUCE/examples/DemoRunner/DemoRunner.jucer)
  • close the project by clicking on File > Close Project

Expected - no leftover UI elements:

Actual - some leftover UI elements:

When I click on the cog button or select something in the “Selected exporter” combo-box, Projucer crashes due to a segmentation fault (I guess a pointer is null).

I bisected that bug down to

It is still reproducible on the juce6 branch.

1 Like

@ed95 thanks for fixing this quickly! It might make sense to fix it on the develop branch as well.

Yes, that’s a good idea. I had assumed that this was only on the juce6 branch but I’ll get a fix onto develop too.

1 Like