commit | addd32986f703e692463828ac0014023a901010f | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat May 29 00:34:57 2021 -0700 |
committer | GitHub <noreply@github.com> | Sat May 29 03:34:57 2021 -0400 |
tree | 6c22ec6631c605f9fb62b43972e2c0ce36a6207e | |
parent | 11049bece15b6fa08fa6d74aea8eb6bc2ebadfe5 [diff] |
bpo-44254: On Mac, remove disfunctional colors from turtledemo buttons (GH-26448) On macOS, tk defers to system setting for button background when in normal state. Give turtledemo button text a color that works on either light or dark background. (cherry picked from commit af5a324843de395cecc562cb0c757b3768f2077f) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>