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:
parent
a529fbbf47
commit
283521f1df
2 changed files with 68 additions and 90 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue