mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Avoiding animation proxy components grabbing focus.
This commit is contained in:
parent
16469fefe9
commit
c2872b9a86
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ public:
|
|||
public:
|
||||
ProxyComponent (Component& c)
|
||||
{
|
||||
setWantsKeyboardFocus (false);
|
||||
setBounds (c.getBounds());
|
||||
setTransform (c.getTransform());
|
||||
setAlpha (c.getAlpha());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue