mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-18 18:06:44 +00:00
merge window into layout
This commit is contained in:
@@ -104,12 +104,10 @@ layout:onMotion(function(event)
|
||||
layout.statusbar.text = (w.id or '(unnamed)') .. ' ' ..
|
||||
w:getX() .. ', ' .. w:getY() .. ' | ' ..
|
||||
w:getWidth() .. 'x' .. w:getHeight()
|
||||
layout.statusbar:update()
|
||||
end)
|
||||
|
||||
layout.newButton:onMotion(function(event)
|
||||
layout.statusbar.text = 'Create a new thing'
|
||||
layout.statusbar:update()
|
||||
return false
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user