forked from AuroraMiddleware/gtk
cssprovider: No need to restore after @import parsing
With the recent changes, this just resets the error, and we don't the error reset from subfile parsing.
This commit is contained in:
parent
3e146b468b
commit
2d75dd2fdf
@ -2272,7 +2272,6 @@ parse_rule (GtkCssProvider *css_provider,
|
||||
FALSE, NULL);
|
||||
|
||||
/* Restore previous state */
|
||||
css_provider_reset_parser (css_provider);
|
||||
gtk_css_scanner_destroy (new_scanner);
|
||||
css_provider->priv->scanner = scanner;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user