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

Allow overriding wxSizer.InformFirstDirection() #2453

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

swt2c
Copy link
Collaborator

@swt2c swt2c commented Aug 29, 2023

It seems this is required in order to implement a non-trivial custom Sizer.

Fixes #2452.

Fixes #NNNN

@Metallicow
Copy link
Contributor

haha yep, I need to Force something...

... better remember that for latter days ...

@swt2c swt2c closed this Jan 25, 2025
@swt2c swt2c reopened this Jan 25, 2025
@swt2c swt2c force-pushed the informfirstdirection branch 2 times, most recently from 3dc7287 to c590626 Compare January 26, 2025 19:36
It seems this is required in order to implement a non-trivial custom Sizer.

Fixes wxWidgets#2452.
@swt2c swt2c force-pushed the informfirstdirection branch from c590626 to 1b5cc2e Compare January 26, 2025 22:23
@swt2c swt2c merged commit 1b5cc2e into wxWidgets:master Jan 28, 2025
13 checks passed
@swt2c swt2c deleted the informfirstdirection branch January 28, 2025 00:57
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.

InformFirstDirection() cannot be overridden in Python but a custom Sizer is not possible without it
2 participants