Skip to content

st/theme-node: Only try to parse non-empty inline styles

Otherwise cr_parser_new_from_buf() will fail creating a parser for a buffer of length 0, resulting in further errors due to the parser being NULL. This could happen when extensions were trying to set the style of a widget to an empty string.

Fixes: #4634 (closed)

Merge request reports