mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed a bug in SidePanel when adding a new content component
This commit is contained in:
parent
a2bf8d49b6
commit
1e240aeb48
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ void SidePanel::setContent (Component* newContent, bool deleteComponentWhenNoLon
|
|||
contentComponent.setNonOwned (newContent);
|
||||
|
||||
addAndMakeVisible (contentComponent);
|
||||
|
||||
resized();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue