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
tags/2021-05-28
jules
18 years ago
parent
3a8d51e224
commit
03d945767d
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
extras/audio plugins/wrapper/formats/RTAS/juce_RTASWrapper.cpp
+ 2
- 1
extras/audio plugins/wrapper/formats/RTAS/juce_RTASWrapper.cpp
View File
@@ -364,7 +364,8 @@ public:
void paint (Graphics& g)
{
#if JUCE_MAC
forcedRepaintTimer->stopTimer();
if (forcedRepaintTimer != 0)
forcedRepaintTimer->stopTimer();
#endif
}
Write
Preview
Loading…
Cancel
Save