mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
GtkCssProvider: Update end string when misparsing symbolic colors.
This commit is contained in:
parent
7d441000f7
commit
087249db07
@ -1531,6 +1531,7 @@ symbolic_color_parse_str (const gchar *string,
|
||||
gchar *str;
|
||||
|
||||
str = (gchar *) string;
|
||||
*end_ptr = str;
|
||||
|
||||
if (str[0] == '#' || str[0] == 'r')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user