Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow additional hexadecimal color codes in ColorPicker
The following formats are now accepted (leading `#` is optional): - `#1` -> `#111111` - `godotengine#12` -> `#121212` - `godotengine#12345` -> `#11223344` (`5` at the end is discarded) - `#1234567` -> `#123456` (`7` at the end is discarded)
- Loading branch information