peterbrittain / asciimatics

A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
Apache License 2.0
3.61k stars 238 forks source link

The effect of selecting the check box in version 1.15.0 is different from that in version 1.14.0 #383

Closed nitsort closed 10 months ago

nitsort commented 10 months ago

Describe the bug After upgrading to version 1.15.0, I found that the checkbox style when selected is different from before. Is this a problem?

To Reproduce https://github.com/peterbrittain/asciimatics/blob/master/samples/forms.py

Expected behavior Same as version 1.14.0.

Screenshots

CheckBox [v1.15.0]

image

CheckBox [v1.14.0]

image

System details (please complete the following information):

Additional context

peterbrittain commented 10 months ago

Well spotted! That was a bug in the new f strings as I moved to Python 3. It's just a minor visual bug and doesn't affect any function.