1
0
Fork 0
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:
jules 2012-04-02 13:39:06 +01:00
parent 93a86b2600
commit 2093471b23

View file

@ -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)