Create a component containing a combobox.
When running, activate the combo box list pop-up “menu”, and close the container component.
Raises this assertion…!
ComboBox::~ComboBox()
{
jassert (! menuActive); // deleting the combo box while it's in use? Probably not a great idea.
Looks like the ComboBox implementation might require a bit more in its tidy-up code?
HTH!
Pete