mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-28 02:30:05 +00:00
Fixes for mac screen-saver disabling and XML extended utf-8 character parsing.
This commit is contained in:
parent
18c9aa8e62
commit
640ad3ac7b
7 changed files with 58 additions and 114 deletions
|
|
@ -47,6 +47,8 @@ Desktop::Desktop()
|
|||
|
||||
Desktop::~Desktop()
|
||||
{
|
||||
setScreenSaverEnabled (true);
|
||||
|
||||
jassert (instance == this);
|
||||
instance = nullptr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue