revising preliminary inflexible button handling callback

This commit is contained in:
tpajenka
2014-05-15 21:43:26 +02:00
parent 45fe3f8493
commit 51c48e62db
3 changed files with 68 additions and 4 deletions

View File

@ -162,7 +162,7 @@ main =
{ _uiHasChanged = True
, _uiMap = guiMap
, _uiRoots = guiRoots
, _uiButtonState = UI.UIButtonState 0 Nothing
, _uiButtonState = UI.UIButtonState 0 Nothing False
}
}