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: Windows 10, 64-bit wxPython version & source: wxpython extras wheel, 4.1.1 Python version & source: python 3.9, from python.org
Description of the problem:
In the wxpython demo, the pyprogress is broken with the below error:
Traceback (most recent call last): File "agw\PyProgress.py", line 107, in OnStartProgress dlg = PP.PyProgress(None, -1, "PyProgress Example", File "C:\Python39\lib\site-packages\wx\lib\agw\pyprogress.py", line 495, in __init__ buttonSizer.Add(self._btnAbort, 0, sizerFlags, LAYOUT_MARGIN) wx._core.wxAssertionError: C++ assertion "!(flags & wxALIGN_RIGHT)" failed at ..\..\src\common\sizer.cpp(2168) in wxBoxSizer::DoInsert(): Horizontal alignment flags are ignored in horizontal sizers
The text was updated successfully, but these errors were encountered:
Fix PyProgress on MSW by avoiding invalid sizer flags
d2807ef
Fixes wxWidgets#1985.
Thanks, PR submitted.
Sorry, something went wrong.
fa197ce
Successfully merging a pull request may close this issue.
Operating system: Windows 10, 64-bit
wxPython version & source: wxpython extras wheel, 4.1.1
Python version & source: python 3.9, from python.org
Description of the problem:
In the wxpython demo, the pyprogress is broken with the below error:
Error message (click to expand)
The text was updated successfully, but these errors were encountered: