Skip to content

Commit

Permalink
Allow library commands to work with Tk 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp committed Nov 29, 2023
1 parent 4dc7cdc commit 11fe8ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/itclHullCmds.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and
# redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.

package require Tk 8.6
package require Tk 8.6 9

namespace eval ::itcl::internal::commands {

Expand Down
2 changes: 1 addition & 1 deletion library/itclWidget.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and
# redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.

package require Tk 8.6
package require Tk 8.6 9
# package require itclwidget [set ::itcl::version]

namespace eval ::itcl {
Expand Down

0 comments on commit 11fe8ad

Please sign in to comment.