1
0
mirror of https://github.com/kepler155c/opus synced 2025-09-07 05:18:04 +00:00

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

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)