mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-26 02:14:22 +00:00
Minor fixes for menus, linux fonts, mac http streams.
This commit is contained in:
parent
c76e500574
commit
d083d4f22f
7 changed files with 74 additions and 44 deletions
|
|
@ -90,7 +90,8 @@ class FreeTypeInterface : public DeletedAtShutdown
|
|||
public:
|
||||
//==============================================================================
|
||||
FreeTypeInterface()
|
||||
: lastFace (0),
|
||||
: ftLib (0),
|
||||
lastFace (0),
|
||||
lastBold (false),
|
||||
lastItalic (false)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue