jtackaberry/rtk

rtk.Button: add support for color attribute

jtackaberry opened this issue · 0 comments

rtk.CheckBox ignores the color attribute from its rtk.Button superclass. This is because the checkbox states are lazy-initialized as images. It would probably be better to simplify checkbox appearance to make it more feasible to render from gfx primitives in _draw(), in which case color is trivially supported.