We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Operating system: MacOS (13.2.1) wxPython version & source: 4.2.0 Python version & source: 3.9.5
Description of the problem: The text on notebook tab is blurry (e.g, AUI.py in demo).
I think the problem is in the following line
Phoenix/wx/lib/agw/aui/auibook.py
Line 1465 in 986d79b
if we change it to (i.e., to apply the scaling factor from raw_dc), the problem goes away
raw_dc
bmp = wx.Bitmap(self._rect.GetWidth(), self._rect.GetHeight(), raw_dc)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Operating system: MacOS (13.2.1)
wxPython version & source: 4.2.0
Python version & source: 3.9.5
Description of the problem:
The text on notebook tab is blurry (e.g, AUI.py in demo).
I think the problem is in the following line
Phoenix/wx/lib/agw/aui/auibook.py
Line 1465 in 986d79b
if we change it to (i.e., to apply the scaling factor from
raw_dc
), the problem goes awayThe text was updated successfully, but these errors were encountered: