You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: