Skip to content

Special colons stop label-content separation working #94

@RuiXuqi

Description

@RuiXuqi

Describe the bug

Some languages use special colons (eg: Chinese uses ":" as colon), which will make the drawStringWithLabel method works bad. The label will follow content color since it cannot find ":".

String label = rawString.substring(0, rawString.indexOf(":") + 1);
String content = rawString.substring(rawString.indexOf(":") + 1);

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions