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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

nitsort opened this issue · comments

commented

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):

  • OS and version: [Linux]
  • Python version: [docker-python:3.8.17-buster]
  • Python distribution: [CPython]
  • Asciimatics version [1.15.0]

Additional context

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.