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

Ensured that bubble messages are also transformed in the ComponentTransforms demo

This commit is contained in:
hogliux 2018-05-08 11:53:51 +01:00
parent 9343e9b279
commit 9dfaca4035
2 changed files with 51 additions and 35 deletions

View file

@ -53,7 +53,7 @@ class ComponentTransformsDemo : public Component
public:
ComponentTransformsDemo()
{
content.reset (new WidgetsDemo());
content.reset (new WidgetsDemo (true));
addAndMakeVisible (content.get());
content->setSize (750, 500);