1
0
Fork 0
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:
jules 2013-12-31 10:25:03 +00:00
parent 16469fefe9
commit c2872b9a86

View file

@ -137,6 +137,7 @@ public:
public:
ProxyComponent (Component& c)
{
setWantsKeyboardFocus (false);
setBounds (c.getBounds());
setTransform (c.getTransform());
setAlpha (c.getAlpha());