-
-
Notifications
You must be signed in to change notification settings - Fork 295
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
wxGUI: fix layout flags needed for wxPython 4.1.0 #570
wxGUI: fix layout flags needed for wxPython 4.1.0 #570
Conversation
Previously, the position was based on the order of adding panes, which was platform dependent. Now, a fixed position is supplied.
b9e225a
to
d0de4b2
Compare
|
Just attempted to test release branch 7.8 with wxPython 4.1 and was initially surprised by the many layout flag asserts that made GRASS unusable. I then realised this PR hasn't been backported yet. I think wxPython 4.1 support is crucial for the 7.8.4 release. It would be really great if this could be backported as soon as possible, to be able to continue testing. |
|
I forgot about it, backported now, please test. |
Great, will do! |
With wxPython 4.1.0 there has been changes in enforcing correct layout flag usage. So most of GUI is affected. Also addresses other new AssertionErrors.
This is WIP, there are still issues with running GUI, some of them are unfortunately serious.