fix SimpleWindow.clearControls

This commit is contained in:
2022-09-11 16:10:07 +00:00
parent 9889918d72
commit 39c0c35fe5

View File

@@ -134,8 +134,8 @@
(_actions.clear) (_actions.clear)
(controls.clear) (controls.clear)
(keyHandler.clear) (keyHandler.clear)
(set nextControlX x) (set nextControlX 0)
(set nextControlY y) (set nextControlY 0)
(makeText title titleColor)) (makeText title titleColor))
(method :Void show [] (method :Void show []