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

Cleaned out some defunct ComponentBuilder code.

This commit is contained in:
jules 2012-07-26 15:32:34 +01:00
parent 00ff36f0e6
commit e3537ba57a
37 changed files with 34 additions and 608 deletions

View file

@ -457,7 +457,7 @@ public:
void resized()
{
if (child != nullptr)
child->setBounds (0, 0, getWidth(), getHeight());
child->setBounds (getLocalBounds());
}
var getObject() { return child->getJavascriptObject(); }