Fixed|OS X|libgui: Potential hang while drawing text
One should only lock the CoreText font cache for as short time as possible. Making a log entry while the cache was locked was unwise because a flush might be triggered, causing text drawing operations that need font information.
Fixed|OS X|libgui: Potential hang while drawing text
One should only lock the CoreText font cache for as short time as
possible. Making a log entry while the cache was locked was unwise
because a flush might be triggered, causing text drawing operations
that need font information.