Closed TheWicklowWolf closed 11 months ago
I think this is a logic bug here:
disabled
will match before selected disabled
. The same bug applies to chrckboxes.
I think the correct order should be:
{disabled selected} $I(radio-checked-insensitive) \
disabled $I(radio-unchecked-insensitive) \
{pressed selected} $I(radio-checked-pressed) \
pressed $I(radio-checked-pressed) \
{active selected} $I(radio-checked-active) \
{pressed !selected} $I(radio-unchecked-pressed) \
active $I(radio-unchecked-active) \
selected $I(radio-checked) \
This is the radio button normally:
When its disabled, this is what it shows:
This is what it looks like with just tk:
Any ideas? Thanks