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:
parent
fa1c15b45e
commit
84a7f5533a
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue