[Solved] DemoRunner bug in DemoContentComponent.cpp

If the demoContent is the IntroScreen, but I’m currently viewing the “Settings” or the “Code” tab, Clicking the image Home button in the side panel will not switch to the IntroScreen’s Demo tab.

I’ve find out that maybe you should modify the DemoContentComponent::isShowingHomeScreen method to:

return isComponentIntroDemo (demoContent->getComponent()) && getCurrentTabIndex() == 0;

should fix this?

Can you check this out?
Thank you.

Yep, I’ll get that fixed.

Thanks for reporting.

Thanks!