Cory Laughlin
Cory Laughlin
After updating to version 2.6 it appears that the theme is no longer being applied to Toplevel widgets. Using the following code: ```python import tkinter as tk from tkinter import...
Introduces a plugin system to add functionality using composition instead of inheritance. This requires the plugin to be registered on the blueprint. See test_plugin.py for more details.
The `runTests` tool cannot find any pytest tests in file on remote workspace. The tool works correctly when running locally. This is similar to #266077, but my files are named...