mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +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;
|
gchar *str;
|
||||||
|
|
||||||
str = (gchar *) string;
|
str = (gchar *) string;
|
||||||
|
*end_ptr = str;
|
||||||
|
|
||||||
if (str[0] == '#' || str[0] == 'r')
|
if (str[0] == '#' || str[0] == 'r')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user