(svn r25860) -Fix [FS#5737] (r25570): When clearing font cache, also clear layout cache. (adf88)
This commit is contained in:
@@ -159,7 +159,8 @@ static inline void InitializeUnicodeGlyphMap()
|
||||
}
|
||||
}
|
||||
|
||||
static inline void ClearFontCache() {
|
||||
static inline void ClearFontCache()
|
||||
{
|
||||
for (FontSize fs = FS_BEGIN; fs < FS_END; fs++) {
|
||||
FontCache::Get(fs)->ClearFontCache();
|
||||
}
|
||||
|
Reference in New Issue
Block a user