-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fix bunch of GTK3 issues #899
Conversation
This originates in Fedora: http://bugzilla.redhat.com/show_bug.cgi?id=1231518 I've removed all the wx.VERSION checks. Should (at least partially) fix kliment#897 and kliment#615 Co-authored-by: Scott Talbert <swt@techie.net>
Wow, any reason I never saw this patch before? |
My lousy work as a packager. I should have proposed it right away back then, but somehow I haven't 😞 |
Tested it, print flow setting looks weird, otherwise huge improvement. Though I still don't really understand why the gtk people thought that making that change to the spinctrl was a good idea. Now I need to see whether it looks sane on other platforms. |
Fix confirmed, testing on windows now |
Works on windows too |
I could have squashed the fixup, but whatever :) |
This originates in Fedora: http://bugzilla.redhat.com/show_bug.cgi?id=1231518
I've removed all the
wx.VERSION
checks.Should (at least partially) fix #897 and #615
Co-authored-by: Scott Talbert swt@techie.net