Browse Source

(fixed typo in last check-in)

tags/2021-05-28
jules 13 years ago
parent
commit
7dc6a4687e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/lookandfeel/juce_LookAndFeel.cpp

+ 1
- 1
modules/juce_gui_basics/lookandfeel/juce_LookAndFeel.cpp View File

@@ -324,7 +324,7 @@ void LookAndFeel::setDefaultSansSerifTypefaceName (const String& newName)
{
if (defaultSans != newName)
{
Typeface::clearTypefaceCache()
Typeface::clearTypefaceCache();
defaultSans = newName;
}
}


Loading…
Cancel
Save