Browse Source

tags/2021-05-28
jules 18 years ago
parent
commit
03d945767d
1 changed files with 2 additions and 1 deletions
  1. +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
}


Loading…
Cancel
Save