mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
Made the Desktop class clear any pending animations before shutting down.
This commit is contained in:
parent
6547452fd3
commit
e2dc460927
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@ Desktop::Desktop()
|
|||
Desktop::~Desktop()
|
||||
{
|
||||
setScreenSaverEnabled (true);
|
||||
|
||||
animator.cancelAllAnimations (false);
|
||||
|
||||
jassert (instance == this);
|
||||
instance = nullptr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue