mirror of
https://github.com/kepler155c/opus
synced 2025-03-02 15:50:01 +00:00
UI page not calling disable on window
This commit is contained in:
parent
c95c22ff4d
commit
6ef23908de
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user