Skip to content

shadow-helper: Don't set style context parent

Alexander Mikhaylenko requested to merge exalm/libhandy:wip/exalm/nodes into master

Even though foreign drawing uses a temporary GtkStyleContext, calling gtk_style_context_set_parent() adds all its CSS nodes to the global hierarchy, and then they aren't cleaned up. This shouldn't happen.

Fixes #191 (closed)

Merge request reports