ValueTree item demo crashes on juce 7

Dragging and dropping items in the TreeView, will sooner or later ends up with this crash.

There seems to be some issues with mouse listeners where their array is huge (32 millions allocated, 24756 used).

This seems to work fine in juce 6.

Thanks for reporting. I think that’s fixed in this commit:

1 Like