Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Pulling in fix for Tcl/Tk 8.6.9 |
---|---|
Timelines: | family | ancestors | descendants | both | fsar-8-6-9 |
Files: | files | file ages | folders |
SHA1: |
e6f4b39754d57eb163214670a949ddc2 |
User & Date: | hypnotoad 2019-01-08 00:28:53.023 |
Context
2019-01-08
| ||
00:35 | Pulling fix from fsar check-in: c831ca1a54 user: hypnotoad tags: trunk | |
00:28 | Pulling in fix for Tcl/Tk 8.6.9 Leaf check-in: e6f4b39754 user: hypnotoad tags: fsar-8-6-9 | |
2018-12-11
| ||
23:01 | New build of tool check-in: 300e317280 user: hypnotoad tags: fsar | |
Changes
Changes to modules/taotk/core/baseclass.tcl.
︙ | |||
143 144 145 146 147 148 149 150 | 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 | + - + - - - - + + - - + - - - - - + - - - + + + + + + + + + + | # the <Destroy> we are seeing is intended for us. ### method Hull_Destroy {} { ### # Destroy our Tk representation ### my variable tkalias set tkWidget {} if {[info exists tkalias]} { |
︙ |