mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
parent
3a8d51e224
commit
03d945767d
1 changed files with 2 additions and 1 deletions
|
|
@ -364,7 +364,8 @@ public:
|
|||
void paint (Graphics& g)
|
||||
{
|
||||
#if JUCE_MAC
|
||||
forcedRepaintTimer->stopTimer();
|
||||
if (forcedRepaintTimer != 0)
|
||||
forcedRepaintTimer->stopTimer();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue