commit | 540ebc4a8874f94152980be7778f3f793b65f111 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Jun 10 13:16:38 2021 -0700 |
committer | GitHub <noreply@github.com> | Thu Jun 10 16:16:38 2021 -0400 |
tree | acc5221ae14a529b4c26dbda163d3a16dbd82fa6 | |
parent | 749648609de89f14581190ea34b9c0968787a701 [diff] |
bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954) If ttk.Spinbox is not available (Tk < 8.5.9) use readonly ttk.Combobox. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> (cherry picked from commit 42d5a4fc3b35e45cdd237d56a04e98894d0a31f5) Co-authored-by: Mark Roseman <mark@markroseman.com>