By default, JUCE’s TooltipWindow is drawn with rounded corners, and it also calls setOpaque(true) in its constructor. This results in visible jank (typically white or black pixels visible at the corners of the tooltip window). JUCE components should draw correctly using the out-of-the-box defaults, so I consider this to be a bug.
3 Likes
