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

Added a missing TooltipWindow instance to the WidgetsDemo example

This commit is contained in:
ed 2019-12-06 10:13:49 +00:00
parent fa1c15b45e
commit 84a7f5533a

View file

@ -444,6 +444,8 @@ private:
OwnedArray<Component> components;
std::unique_ptr<BubbleMessageComponent> bubbleMessage;
TooltipWindow tooltipWindow;
// This little function avoids a bit of code-duplication by adding a component to
// our list as well as calling addAndMakeVisible on it..
template <typename ComponentType>