Unmatched open parenthesis makes bar text render incorrectly
Twintop opened this issue ยท 0 comments
Having an unmatched open parenthesis (
inside of an if/else block results in the square brackets of the if/else block to also be rendered out.
This has to do with how parsing of logic nesting "levels" works in ScanForLogicSymbols()
and how FindNextSymbolLevel()
uses these parsed values.