forked from AuroraMiddleware/gtk
inspector: Fix the "Software GL" switch
This was crashing.
This commit is contained in:
parent
cf2bcef814
commit
8f87555176
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user