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
1 changed files with 1 additions and 1 deletions

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()