We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc4dcd commit 8741f90Copy full SHA for 8741f90
modules/juce_gui_basics/detail/juce_LookAndFeelHelpers.h
@@ -59,6 +59,7 @@ struct LookAndFeelHelpers
59
const int maxToolTipWidth = 400;
60
61
AttributedString s;
62
+ s.setWordWrap (AttributedString::WordWrap::byChar);
63
s.setJustification (Justification::centred);
64
s.append (text, FontOptions (tooltipFontSize, Font::bold).withMetricsKind (metrics), colour);
65
0 commit comments