This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
(fixed typo in last check-in)
tags/2021-05-28
jules
13 years ago
parent
eeeaf832d5
commit
7dc6a4687e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
}
Write
Preview
Loading…
Cancel
Save