commit | 33460fa7e0bd126bee739a66e1228665dc22e70f | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Aug 09 10:48:11 2017 +0200 |
committer | GitHub <noreply@github.com> | Wed Aug 09 10:48:11 2017 +0200 |
tree | 4d4f8e3e931b165ffb6309b9acbb5cc3a61567a5 | |
parent | e93135dbb265e801c0000a19cd9c5428d57d1cf4 [diff] |
ttk: fix LabeledScale and OptionMenu destroy() method (#3025) (#3030) bpo-31135: Call the parent destroy() method even if the used attribute doesn't exist. The LabeledScale.destroy() method now also explicitly clears label and scale attributes to help the garbage collector to destroy all widgets. (cherry picked from commit cd7e9c1b67d3d07ee03e0a79af2791c19031cecb)