UI page not calling disable on window

This commit is contained in:
kepler155c@gmail.com 2019-01-01 07:29:44 -05:00
parent c95c22ff4d
commit 6ef23908de
1 changed files with 1 additions and 0 deletions

View File

@ -1152,6 +1152,7 @@ function UI.Page:disable()
if self.z then
self.canvas.visible = false
end
UI.Window.disable(self)
end
function UI.Page:capture(child)