[issue46135] Changing a label's text is not working properly on transparent widgets

2021-12-19 Thread Ned Deily
Ned Deily added the comment: PyQT is a third-party product and not part of Python or the Python Standard Library. Suggest you contact that project and/or ask on one of the general assistance forums, like Stack Overflow. Good luck! https://riverbankcomputing.com/software/pyqt/

[issue46135] Changing a label's text is not working properly on transparent widgets

2021-12-19 Thread MB SANTALU
New submission from MB SANTALU : Updating a label's text on a transparent widget in MacOS behaves strangely, previous text remains partially visible (see screenshot) System Specs: MacOS Monterey 12.0.1 and Python 3.10 Code: import sys from PyQt6 import QtWidgets, QtCore from PyQt6.QtCore