mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
(fixed typo in last check-in)
This commit is contained in:
parent
eeeaf832d5
commit
7dc6a4687e
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ void LookAndFeel::setDefaultSansSerifTypefaceName (const String& newName)
|
|||
{
|
||||
if (defaultSans != newName)
|
||||
{
|
||||
Typeface::clearTypefaceCache()
|
||||
Typeface::clearTypefaceCache();
|
||||
defaultSans = newName;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue