non relevant changes

This commit is contained in:
Eduardo Bart
2012-03-14 15:45:15 -03:00
parent 27b83fa722
commit b46d4c4d5f
22 changed files with 53 additions and 67 deletions

View File

@@ -83,7 +83,7 @@ void UIHorizontalLayout::internalUpdate()
if(m_fitChildren && prefferedWidth != parentWidget->getWidth()) {
// must set the preffered width later
g_dispatcher.addEvent([=] {
g_eventDispatcher.addEvent([=] {
parentWidget->setWidth(prefferedWidth);
});
}