Фикс "прозрачности ивентов" таббара

This commit is contained in:
igor
2017-11-19 05:19:18 +03:00
parent 1e86d248fe
commit fa5ec3f080
6 changed files with 28 additions and 43 deletions

View File

@@ -180,9 +180,6 @@ module.onTouch = function()
input.text = ""
end
end
mainContainer:draw()
buffer.draw()
end
----------------------------------------------------------------------------------------------------------------

View File

@@ -100,9 +100,6 @@ module.onTouch = function()
module.onTouch()
end
end
mainContainer:draw()
buffer.draw()
end
----------------------------------------------------------------------------------------------------------------

View File

@@ -139,9 +139,6 @@ module.onTouch = function()
executeButton.colors.disabled.text = 0xD2D2D2
tree.onItemExpanded()
mainContainer:draw()
buffer.draw()
end
----------------------------------------------------------------------------------------------------------------

View File

@@ -43,9 +43,6 @@ module.onTouch = function()
buffer.draw()
end
end
mainContainer:draw()
buffer.draw()
end
----------------------------------------------------------------------------------------------------------------