some rework on gameprotocol class

This commit is contained in:
Eduardo Bart
2012-01-09 03:23:39 -02:00
parent 4c539cbbe3
commit 81e378cc22
13 changed files with 179 additions and 194 deletions

View File

@@ -37,6 +37,9 @@ void UILayout::updateLater()
if(m_updateScheduled)
return;
if(!getParentWidget())
return;
auto self = asUILayout();
g_dispatcher.addEvent([self] {
self->m_updateScheduled = false;