merge window into layout

This commit is contained in:
airstruck
2015-10-24 15:10:22 -04:00
parent e5124b670b
commit cc0ca8387b
8 changed files with 81 additions and 114 deletions

View File

@@ -27,7 +27,9 @@ function Sash:constructor(layout, data)
nextSibling[dimension] - event[axis])
end
layout:update(true)
prevSibling:reflow()
nextSibling:reflow()
self:reflow()
end)
end