inspector: Fix the "Software GL" switch

This was crashing.
This commit is contained in:
Matthias Clasen 2020-02-28 14:42:19 -05:00
parent cf2bcef814
commit 8f87555176

View File

@ -1049,6 +1049,7 @@ update_gl_flag (GtkSwitch *sw,
static void
software_gl_activate (GtkSwitch *sw,
GParamSpec *pspec,
GtkInspectorVisual *vis)
{
update_gl_flag (sw, GDK_DEBUG_GL_SOFTWARE, vis);