Browse Source

Made the Desktop class clear any pending animations before shutting down.

tags/2021-05-28
luigisambuy 9 years ago
parent
commit
e2dc460927
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      modules/juce_gui_basics/components/juce_Desktop.cpp

+ 2
- 1
modules/juce_gui_basics/components/juce_Desktop.cpp View File

@@ -36,7 +36,8 @@ Desktop::Desktop()
Desktop::~Desktop()
{
setScreenSaverEnabled (true);
animator.cancelAllAnimations (false);
jassert (instance == this);
instance = nullptr;


Loading…
Cancel
Save