Guichan: Fix for tabbed area
This commit is contained in:
@@ -317,6 +317,10 @@ namespace gcn
|
|||||||
|
|
||||||
void TabbedArea::logic()
|
void TabbedArea::logic()
|
||||||
{
|
{
|
||||||
|
for (unsigned int i = 0; i < mTabs.size(); i++)
|
||||||
|
{
|
||||||
|
mTabs[i].second->logic();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void TabbedArea::adjustSize()
|
void TabbedArea::adjustSize()
|
||||||
|
|||||||
Reference in New Issue
Block a user