1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00

Fixed some issues with the multithreading demo

This commit is contained in:
Tom Poole 2019-07-04 11:20:39 +01:00
parent a529fbbf47
commit 283521f1df
2 changed files with 68 additions and 90 deletions

View file

@ -245,9 +245,7 @@ MainComponent::MainComponent()
{
contentComponent.reset (new DemoContentComponent (*this, [this] (bool isHeavyweight)
{
#if (JUCE_ANDROID || JUCE_IOS)
demosPanel.showOrHide (false);
#endif
if (isHeavyweight)
{