Guichan: Fix for tabbed area

This commit is contained in:
pelya
2013-12-22 15:21:50 +02:00
parent 8d328c39d5
commit 7dfca8a106

View File

@@ -317,6 +317,10 @@ namespace gcn
void TabbedArea::logic()
{
for (unsigned int i = 0; i < mTabs.size(); i++)
{
mTabs[i].second->logic();
}
}
void TabbedArea::adjustSize()