Skip to content

color-selection: Take hex codes that don't start with "#"

Christopher Davis requested to merge wip/christopherdavis/easy-hex-input into master

Previously if a user input a valid hex code, but left out "#", gdk_rgba_parse () would fail.

This commit ensures that we prepend "#" before parsing, so that codes without it are still handled properly.

Closes #109 (closed)

Edited by Christopher Davis

Merge request reports