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:
parent
00ff36f0e6
commit
e3537ba57a
37 changed files with 34 additions and 608 deletions
|
|
@ -457,7 +457,7 @@ public:
|
|||
void resized()
|
||||
{
|
||||
if (child != nullptr)
|
||||
child->setBounds (0, 0, getWidth(), getHeight());
|
||||
child->setBounds (getLocalBounds());
|
||||
}
|
||||
|
||||
var getObject() { return child->getJavascriptObject(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue