forked from AuroraMiddleware/gtk
GdkDrawingContext: Add missing break in switch statement
This commit is contained in:
parent
c3892874cb
commit
56e809be9c
@ -111,6 +111,7 @@ gdk_drawing_context_set_property (GObject *gobject,
|
||||
G_OBJECT_TYPE_NAME (gobject));
|
||||
return;
|
||||
}
|
||||
break;
|
||||
|
||||
case PROP_PAINT_CONTEXT:
|
||||
priv->paint_context = g_value_dup_object (value);
|
||||
|
Loading…
Reference in New Issue
Block a user