From 03d945767dd8d8be2c09a810fd49ae27ad686c80 Mon Sep 17 00:00:00 2001 From: jules Date: Thu, 14 Jun 2007 15:28:50 +0000 Subject: [PATCH] --- extras/audio plugins/wrapper/formats/RTAS/juce_RTASWrapper.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extras/audio plugins/wrapper/formats/RTAS/juce_RTASWrapper.cpp b/extras/audio plugins/wrapper/formats/RTAS/juce_RTASWrapper.cpp index 3a040f58a0..4c3a98d860 100644 --- a/extras/audio plugins/wrapper/formats/RTAS/juce_RTASWrapper.cpp +++ b/extras/audio plugins/wrapper/formats/RTAS/juce_RTASWrapper.cpp @@ -364,7 +364,8 @@ public: void paint (Graphics& g) { #if JUCE_MAC - forcedRepaintTimer->stopTimer(); + if (forcedRepaintTimer != 0) + forcedRepaintTimer->stopTimer(); #endif }