From 84a7f5533af502edb98166fdadb0c54834115e97 Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 6 Dec 2019 10:13:49 +0000 Subject: [PATCH] Added a missing TooltipWindow instance to the WidgetsDemo example --- examples/GUI/WidgetsDemo.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/GUI/WidgetsDemo.h b/examples/GUI/WidgetsDemo.h index 338440a0fe..9ee29bccb9 100644 --- a/examples/GUI/WidgetsDemo.h +++ b/examples/GUI/WidgetsDemo.h @@ -444,6 +444,8 @@ private: OwnedArray components; std::unique_ptr 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