Skip to content
New issue

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

wxWidgets: CheckResizerFlags assert fix #10811

Closed
wants to merge 1 commit into from

Conversation

pmjdebruijn
Copy link
Contributor

./src/common/sizer.cpp(2258): assert "CheckSizerFlags(!((flags) & (wxALIGN_CENTRE_VERTICAL)))" failed in DoInsert(): wxALIGN_CENTRE_VERTICAL will be ignored in this sizer: wxEXPAND overrides alignment flags in box sizers

@YuSanka: like in #5510 wx asserts are being triggered again...

./src/common/sizer.cpp(2258): assert "CheckSizerFlags(!((flags) & (wxALIGN_CENTRE_VERTICAL)))"
failed in DoInsert(): wxALIGN_CENTRE_VERTICAL will be ignored in this sizer:
wxEXPAND overrides alignment flags in box sizers
@lukasmatena
Copy link
Collaborator

Thanks, merged. The commit will appear in the next release.

@lukasmatena lukasmatena closed this Sep 8, 2023
@bnavigator
Copy link
Contributor

Hi, I don't see this in the public master or in 2.6.1?

@YuSanka
Copy link
Collaborator

YuSanka commented Sep 16, 2023

It's not in the 2.6.1. This merge will be a part of next release.

bubnikv pushed a commit to LRaiz/PrusaSlicer that referenced this pull request Sep 18, 2023
./src/common/sizer.cpp(2258): assert "CheckSizerFlags(!((flags) & (wxALIGN_CENTRE_VERTICAL)))"
failed in DoInsert(): wxALIGN_CENTRE_VERTICAL will be ignored in this sizer:
wxEXPAND overrides alignment flags in box sizers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants