1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-25 02:04:23 +00:00

Added another missing TooltipWindow instance to the BlocksMonitorDemo example

This commit is contained in:
ed 2019-12-06 11:00:13 +00:00
parent 84a7f5533a
commit 9c2ea30468

View file

@ -972,6 +972,8 @@ private:
}
//==============================================================================
TooltipWindow tooltipWindow;
PhysicalTopologySource topologySource;
OwnedArray<BlockComponent> blockComponents;
BlockComponent* masterBlockComponent = nullptr;