Skip to content
Commit b2c94a56 authored by Matthias Clasen's avatar Matthias Clasen
Browse files

GladeDesignLayout: Avoid GTK+ warnings

GTK+ warns nowadays if the state passed to gtk_style_context_get_*
does not match the state of the context. Avoid this by setting
the state beforehand. This is just a bandaid fix; the drawing
should be redone in terms of gtk_render_ APIs instead of poking
at colors.

https://bugzilla.gnome.org/show_bug.cgi?id=758296
parent 74e95093
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment