if a slider is destructed while its PopupDisplayComponent
exists then we get a EXC_BAD_ACCESS
in the PopupDisplayComponent
destructor.
to reproduce :
- open the
demo runner -> widgetdemo -> sliders tab
- hover the slider that is at the extreme right to see its
PopupDisplayComponent
- quit (
cmd+q
) the app while thePopupDisplayComponent
is shown