Skip to content

Commit

Permalink
Merge pull request #3433 from matham/group_public
Browse files Browse the repository at this point in the history
Make group public so we can set it from e.g. kv.
  • Loading branch information
matham committed Jul 5, 2015
2 parents 5e77553 + 8d62928 commit 3eb5b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kivy/graphics/instructions.pxd
Expand Up @@ -21,7 +21,7 @@ cdef class InstructionGroup(Instruction)

cdef class Instruction(ObjectWithUid):
cdef int flags
cdef str group
cdef public str group
cdef InstructionGroup parent
cdef object __weakref__
cdef object __proxy_ref
Expand Down

0 comments on commit 3eb5b48

Please sign in to comment.