adjust children for parent padding and margin

This commit is contained in:
airstruck
2015-10-25 16:01:41 -04:00
parent 8f604fb79d
commit 995825b9b3
11 changed files with 108 additions and 84 deletions

View File

@@ -147,10 +147,6 @@ function Input:handleReshape (width, height)
layout.root:reflow()
root.width = width
root.height = height
Event.Reshape:emit(root, {
target = root,
width = width, height = height
})
end
return Input