1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-01-19 05:32:51 +00:00

Fixed Edit > Choose Special Character

thanks huge
This commit is contained in:
LDDestroier 2019-05-28 00:52:28 -04:00 committed by GitHub
parent 89a8469b49
commit e04ab2f1eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2509,7 +2509,7 @@ local displayMenu = function()
paint.c = boxCharSelector()
end
local editSpecialCharSelector = function()
paint.c = boxCharSelector()
paint.c = specialCharSelector()
end
local windowSetScrSize = function()