mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed a bug in Font::setUnderline().
This commit is contained in:
parent
8a586adc8b
commit
502af083aa
2 changed files with 4 additions and 3 deletions
|
|
@ -596,6 +596,7 @@ void Font::setItalic (const bool shouldBeItalic)
|
|||
|
||||
void Font::setUnderline (const bool shouldBeUnderlined)
|
||||
{
|
||||
dupeInternalIfShared();
|
||||
font->underline = shouldBeUnderlined;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue