fix SimpleWindow.clearControls

This commit is contained in:
2022-09-11 16:10:07 +00:00
parent 3354cd303b
commit 75e7eb0bfd

View File

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