Only lexer-highlight what is shown in CS console (fix max vert overflow)

This commit is contained in:
Sinai
2021-05-10 21:07:27 +10:00
parent 4f50afdddc
commit 1d24af5666
7 changed files with 182 additions and 93 deletions

View File

@ -36,7 +36,7 @@ namespace UnityExplorer.UI.IValues
{
if (s == null)
return false;
return s.Length >= UIManager.MAX_INPUTFIELD_CHARS;
}