This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Made the Desktop class clear any pending animations before shutting down.
tags/2021-05-28
luigisambuy
9 years ago
parent
6547452fd3
commit
e2dc460927
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save