EikeAtOT
Results
1
issues of
EikeAtOT
### Detailed steps on how to reproduce the bug Instantiate a juce::DrawableText through its default constructor. The ctor calls `DrawableText::setBoundingBox` which ultimately ends up calling `DrawableText::refreshBounds` using the uninitialised member...