Skip to content

Function setLastColor doesn't work for integer with less than 8 digits in hex #2

@gplab42

Description

@gplab42

you could correct that using :
"#"+String.format("%08X", color)
instead of :
"#"+Integer.toHexString(color)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions