diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-11-04 11:09:18 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2024-01-08 20:51:45 +0100 |
commit | 80a770a8eddfd1a4ab0a08cc114c1516fb86d179 (patch) | |
tree | 7090e2508c97fa31c46cf8dad9f29a59c1959fc0 /modules/gdscript/gdscript_disassembler.cpp | |
parent | f4059d0e3c0a2397d779257a441994e2bed71b52 (diff) | |
download | redot-engine-80a770a8eddfd1a4ab0a08cc114c1516fb86d179.tar.gz |
Allow additional hexadecimal color codes in ColorPicker
The following formats are now accepted (leading `#` is optional):
- `#1` -> `#111111`
- `#12` -> `#121212`
- `#12345` -> `#11223344` (`5` at the end is discarded)
- `#1234567` -> `#123456` (`7` at the end is discarded)
Diffstat (limited to 'modules/gdscript/gdscript_disassembler.cpp')
0 files changed, 0 insertions, 0 deletions