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
Add clear method for tests. Adjust tests to use global instance. Remove unneeded ConfigDialog method.
|
Wow! I didn't expect a notebook! It looks good. The initial font on highlight_sample isn't right, but it's wrong on my master too, not just this branch. Edit: |
|
When load font config is called, there tracers are not attached, which should mean that this docstring comment -- ' Setting font variables calls set_samples (thrice).' - should be wrong. Try adding back The tracers are attached when the load tests are run. Unless and until we change the timing, those tests should detach at the top and re-attach at the end. |
The notebook looks a bit better. It will work better with separate page classes. Traversal of widgets by Tab works better. Switching tabs with keys becomes possible. The font sample box works better at large font sizes. One of the two simulated click tests no longer works. This will be investigated while fixing a bug with the widget itself. (cherry picked from commit b331f80)
…2944) The notebook looks a bit better. It will work better with separate page classes. Traversal of widgets by Tab works better. Switching tabs with keys becomes possible. The font sample box works better at large font sizes. One of the two simulated click tests no longer works. This will be investigated while fixing a bug with the widget itself. (cherry picked from commit b331f80)
On Windows, the switch disables one click event generate.
https://bugs.python.org/issue30781