mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
TabbedComponent fix.
This commit is contained in:
parent
93a86b2600
commit
2093471b23
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ void TabbedComponent::addTab (const String& tabName,
|
|||
contentComponent->getProperties().set (TabbedComponentHelpers::deleteComponentId, true);
|
||||
|
||||
tabs->addTab (tabName, tabBackgroundColour, insertIndex);
|
||||
resized();
|
||||
}
|
||||
|
||||
void TabbedComponent::setTabName (const int tabIndex, const String& newName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue