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

View file

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