1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Allow the widgets demo to be embedded in other demos

This commit is contained in:
Tom Poole 2021-11-09 10:16:54 +00:00
parent 057b555f08
commit 525a92e47b

View file

@ -46,7 +46,9 @@
#pragma once
#ifndef PIP_DEMO_UTILITIES_INCLUDED
#include "../Assets/DemoUtilities.h"
#endif
//==============================================================================
static void showBubbleMessage (Component& targetComponent, const String& textToShow,