fix interface glitches

This commit is contained in:
Eduardo Bart
2011-10-29 18:47:16 -02:00
parent f4f0d7e960
commit eeb46ac795
5 changed files with 9 additions and 18 deletions

View File

@@ -52,4 +52,4 @@ MainWindow
anchors.bottom: parent.bottom
margin.bottom: 16
margin.right: 16
onClick: function(self) GFX.fadeOut(self:getParent()) end
onClick: function(self) self:getParent():destroy() end