File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -246,9 +246,9 @@ namespace eval tk {
246
246
# got moved to the requested location should use a y coordinate larger than the
247
247
# height of the menubar (normally 23 pixels) and an x coordinate larger than the
248
248
# width of the dock, if it happens to be on the left.
249
- # testmenubarheight deals with this issue but may not be available from the test
250
- # environment, therefore provide a fallback here
251
- if {[llength [info procs testmenubarheight]] == 0} {
249
+ # The C-level command " testmenubarheight" deals with this issue but it may
250
+ # not be available on each platform. Therefore, provide a fallback here.
251
+ if {[llength [info commands testmenubarheight]] == 0} {
252
252
if {[tk windowingsystem] ne " aqua" } {
253
253
# Windows may overlap the menubar
254
254
proc testmenubarheight {} {
You can’t perform that action at this time.
0 commit comments