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:
parent
9343e9b279
commit
9dfaca4035
2 changed files with 51 additions and 35 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue