1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
This commit is contained in:
jules 2007-06-14 15:28:50 +00:00
parent 3a8d51e224
commit 03d945767d

View file

@ -364,7 +364,8 @@ public:
void paint (Graphics& g)
{
#if JUCE_MAC
forcedRepaintTimer->stopTimer();
if (forcedRepaintTimer != 0)
forcedRepaintTimer->stopTimer();
#endif
}